Skip to content

Commit d172580

Browse files
authored
Validate poetry workflow (#1512)
1 parent 10f5379 commit d172580

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
@@ -11,7 +11,7 @@ cd test_poetry
1111
TEST_SUFFIX=""
1212
if [[ ${TORCH_ONLY} == 'true' ]]; then
1313
TEST_SUFFIX=" --package torchonly"
14-
else
14+
fi
1515

1616
if [[ ${MATRIX_CHANNEL} != "release" ]]; then
1717
# Installing poetry from our custom repo. We need to configure it before use and disable authentication

0 commit comments

Comments
 (0)