Skip to content

Commit

Permalink
Validate poetry workflow (#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Aug 30, 2023
1 parent 10f5379 commit d172580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/validate_poetry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d172580

Please sign in to comment.