Skip to content

Commit

Permalink
Also clean up install_torchdata.sh on MacOS x86 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn committed Mar 23, 2024
1 parent 2c4ce95 commit 5c34b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-conda-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
matrix:
include:
- repository: pytorch/text
pre-script: packaging/install_torchdata.sh
pre-script: ""
post-script: ""
conda-package-directory: packaging/torchtext
smoke-test-script: test/smoke_tests/smoke_tests.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
matrix:
include:
- repository: pytorch/text
pre-script: packaging/install_torchdata.sh
pre-script: ""
post-script: ""
package-name: torchtext
smoke-test-script: test/smoke_tests/smoke_tests.py
Expand Down

0 comments on commit 5c34b86

Please sign in to comment.