From d172580f54e4ba2dd0f3ae64e51b413605a65c00 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Wed, 30 Aug 2023 09:14:30 -0400 Subject: [PATCH] Validate poetry workflow (#1512) --- .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