Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit b877301

Browse files
authored
Fix validations (#1618)
* test * poetry_fix * test
1 parent 36919cc commit b877301

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/scripts/validate_poetry.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ if [[ ! -z ${RELEASE_VERSION} ]]; then
1919
RELEASE_SUFFIX="@${RELEASE_VERSION}"
2020
fi
2121

22-
# Installing poetry from our custom repo. We need to configure it before use and disable authentication
23-
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
24-
poetry source add --priority=explicit pytorch "https://download.pytorch.org/whl/${MATRIX_DESIRED_CUDA}"
2522
if [[ ${TORCH_ONLY} == 'true' ]]; then
2623
poetry --quiet add torch${RELEASE_SUFFIX}
2724
else

0 commit comments

Comments
 (0)