mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
ensure poetry version via install scripts (#19369)
* ensure poetry version via install scripts * Update Setup-poetry.ps1
This commit is contained in:
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user