Skip to content

Commit

Permalink
poetry env use -vvv
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Oct 28, 2024
1 parent 7ba3931 commit af7eddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ if [ "$OPENSSL_VERSION_INT" -lt "269488367" ]; then
fi

./setup-poetry.sh -c "${INSTALL_PYTHON_PATH}"
.penv/bin/poetry env use "${INSTALL_PYTHON_PATH}"
.penv/bin/poetry env use -vvv "${INSTALL_PYTHON_PATH}"
pwd
ls -la
cat poetry.toml || true
Expand Down

0 comments on commit af7eddb

Please sign in to comment.