Skip to content

Commit 5c34b86

Browse files
committed
Also clean up install_torchdata.sh on MacOS x86 workflow
1 parent 2c4ce95 commit 5c34b86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-conda-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
include:
3030
- repository: pytorch/text
31-
pre-script: packaging/install_torchdata.sh
31+
pre-script: ""
3232
post-script: ""
3333
conda-package-directory: packaging/torchtext
3434
smoke-test-script: test/smoke_tests/smoke_tests.py

.github/workflows/build-wheels-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
matrix:
3333
include:
3434
- repository: pytorch/text
35-
pre-script: packaging/install_torchdata.sh
35+
pre-script: ""
3636
post-script: ""
3737
package-name: torchtext
3838
smoke-test-script: test/smoke_tests/smoke_tests.py

0 commit comments

Comments
 (0)