We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4f9433 + 2dd681f commit 36cbf33Copy full SHA for 36cbf33
1 file changed
scripts/ci_install_deps
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
pip install --upgrade pip
4
-curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.5 python3 -
+curl -sSL https://install.python-poetry.org | POETRY_VERSION=2.1.4 python3 -
5
which poetry > /dev/null || export PATH=$PATH:$HOME/.local/bin
6
poetry --version
7
poetry config virtualenvs.in-project true
0 commit comments