ensure poetry version via install scripts (#19369)

* ensure poetry version via install scripts

* Update Setup-poetry.ps1
This commit is contained in:
Kyle Altendorf
2025-03-31 09:18:59 -05:00
committed by GitHub
parent efe797e6bb
commit 4cdf86f2c0
4 changed files with 13 additions and 13 deletions
+1 -3
View File
@@ -168,9 +168,7 @@ if [ "$OPENSSL_VERSION_INT" -lt "269488367" ]; then
echo "Your OS may have patched OpenSSL and not updated the version to 1.1.1n"
fi
if [ ! -f .penv/bin/poetry ]; then
./setup-poetry.sh -c "${INSTALL_PYTHON_PATH}"
fi
./setup-poetry.sh -c "${INSTALL_PYTHON_PATH}"
.penv/bin/poetry env use "${INSTALL_PYTHON_PATH}"
# shellcheck disable=SC2086