From 402b6579efc7954a4ea990ceebc5795182efeac3 Mon Sep 17 00:00:00 2001 From: atalman Date: Thu, 15 Jun 2023 06:40:06 -0700 Subject: [PATCH] smoke test poetry --- .github/scripts/validate_poetry.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/validate_poetry.sh b/.github/scripts/validate_poetry.sh index 6a6d7b366..65540bb35 100644 --- a/.github/scripts/validate_poetry.sh +++ b/.github/scripts/validate_poetry.sh @@ -17,6 +17,7 @@ if [[ ${MATRIX_CHANNEL} != "release" ]]; then poetry --quiet add --source pytorch torch poetry --quiet add --source domains torchvision torchaudio else + export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring poetry --quiet add torch torchaudio torchvision fi