From e1a6fe9012afe2fec4a7d117d088f0394141a547 Mon Sep 17 00:00:00 2001 From: atalman Date: Fri, 17 Nov 2023 13:26:33 -0800 Subject: [PATCH] test --- .github/scripts/validate_poetry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/validate_poetry.sh b/.github/scripts/validate_poetry.sh index 1096a1181..3d0edba03 100644 --- a/.github/scripts/validate_poetry.sh +++ b/.github/scripts/validate_poetry.sh @@ -26,7 +26,7 @@ else poetry --quiet add --source pytorch torch${RELEASE_SUFFIX} torchaudio torchvision fi -python ../test/smoke_test/smoke_test.py --package torchonly --runtime-error-check disabled +python ../test/smoke_test/smoke_test.py ${TEST_SUFFIX} --runtime-error-check disabled conda deactivate conda env remove -p ${ENV_NAME}_poetry cd ..