Skip to content

Commit e1a6fe9

Browse files
committed
test
1 parent 70ae396 commit e1a6fe9

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
@@ -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)