Skip to content

Commit

Permalink
Fix validations (#1619)
Browse files Browse the repository at this point in the history
* test

* poetry_fix

* test

* test
  • Loading branch information
atalman authored Nov 17, 2023
1 parent b877301 commit e6b3ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/validate_poetry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
if [[ ${TORCH_ONLY} == 'true' ]]; then
poetry --quiet add torch${RELEASE_SUFFIX}
else
poetry --quiet add --source pytorch torch${RELEASE_SUFFIX} torchaudio torchvision
poetry --quiet add torch${RELEASE_SUFFIX} torchaudio torchvision
fi

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

0 comments on commit e6b3ac5

Please sign in to comment.