Skip to content

Commit

Permalink
GHA fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-olive committed Jan 20, 2024
1 parent 75259c9 commit e7e2911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:

build:
needs: generate-matrix
permissions:
id-token: write
contents: read
strategy:
fail-fast: false
matrix:
Expand All @@ -38,9 +41,6 @@ jobs:
package-name: ${{ matrix.package-name }}
smoke-test-script: ${{ matrix.smoke-test-script }}
trigger-event: ${{ github.event_name }}
secrets:
AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID: ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY: ${{ secrets.AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY }}

# tests-py-dynamo-converters:
# name: Test dynamo converters [Python]
Expand Down
1 change: 0 additions & 1 deletion packaging/smoke_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import tensorrt
import torch

import torch_tensorrt

0 comments on commit e7e2911

Please sign in to comment.