Skip to content

Commit 4d985d7

Browse files
committed
test
1 parent e1a6fe9 commit 4d985d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/validate_poetry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fi
2323
if [[ ${TORCH_ONLY} == 'true' ]]; then
2424
poetry --quiet add torch${RELEASE_SUFFIX}
2525
else
26-
poetry --quiet add --source pytorch torch${RELEASE_SUFFIX} torchaudio torchvision
26+
poetry --quiet add torch${RELEASE_SUFFIX} torchaudio torchvision
2727
fi
2828

2929
python ../test/smoke_test/smoke_test.py ${TEST_SUFFIX} --runtime-error-check disabled

0 commit comments

Comments
 (0)