Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit e1a6fe9

Browse files
committed
test
1 parent 70ae396 commit e1a6fe9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/validate_poetry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ else
2626
poetry --quiet add --source pytorch torch${RELEASE_SUFFIX} torchaudio torchvision
2727
fi
2828

29-
python ../test/smoke_test/smoke_test.py --package torchonly --runtime-error-check disabled
29+
python ../test/smoke_test/smoke_test.py ${TEST_SUFFIX} --runtime-error-check disabled
3030
conda deactivate
3131
conda env remove -p ${ENV_NAME}_poetry
3232
cd ..

0 commit comments

Comments
 (0)