Skip to content

Commit

Permalink
fix env vars and smoke testing
Browse files Browse the repository at this point in the history
  • Loading branch information
osalpekar committed Apr 21, 2023
1 parent 9e9ca1f commit d7ab504
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-conda-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
pre-script: ""
post-script: ""
package-name: torchdata
smoke-test-script: test/smoke_test.py
env-var-script: packaging/env-var-script.txt
smoke-test-script: test/smoke_test/smoke_test.py
runner-type: macos-12
trigger-event: dev
secrets:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-wheels-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
pre-script: ""
post-script: ""
package-name: torchdata
env-var-script: packaging/env-var-script.txt
runner-type: macos-12
smoke-test-script: test/smoke_test.py
smoke-test-script: test/smoke_test/smoke_test.py
trigger-event: dev
secrets:
AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID: ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
Expand Down

0 comments on commit d7ab504

Please sign in to comment.