Skip to content

Commit 3cd8757

Browse files
authored
smoke test poetry (#1429)
1 parent 7ce69b2 commit 3cd8757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/validate_poetry.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ if [[ ${MATRIX_CHANNEL} != "release" ]]; then
1717
poetry --quiet add --source pytorch torch
1818
poetry --quiet add --source domains torchvision torchaudio
1919
else
20+
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
2021
poetry --quiet add torch torchaudio torchvision
2122
fi
2223

0 commit comments

Comments
 (0)