Skip to content

Commit e6b3ac5

Browse files
authored
Fix validations (#1619)
* test * poetry_fix * test * test
1 parent b877301 commit e6b3ac5

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
@@ -22,7 +22,7 @@ fi
2222
if [[ ${TORCH_ONLY} == 'true' ]]; then
2323
poetry --quiet add torch${RELEASE_SUFFIX}
2424
else
25-
poetry --quiet add --source pytorch torch${RELEASE_SUFFIX} torchaudio torchvision
25+
poetry --quiet add torch${RELEASE_SUFFIX} torchaudio torchvision
2626
fi
2727

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

0 commit comments

Comments
 (0)