From 630553bb345289b3218b899b9d6a0f7e3a95d3f2 Mon Sep 17 00:00:00 2001 From: atalman Date: Wed, 30 Aug 2023 06:13:47 -0700 Subject: [PATCH] Validate poetry workflow --- .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 85101a409..c4e4fd154 100644 --- a/.github/scripts/validate_poetry.sh +++ b/.github/scripts/validate_poetry.sh @@ -11,7 +11,7 @@ cd test_poetry TEST_SUFFIX="" if [[ ${TORCH_ONLY} == 'true' ]]; then TEST_SUFFIX=" --package torchonly" -else +fi if [[ ${MATRIX_CHANNEL} != "release" ]]; then # Installing poetry from our custom repo. We need to configure it before use and disable authentication