Skip to content

Commit

Permalink
try with fixed poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Jul 1, 2024
1 parent 9e5855d commit 41983a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci_install_deps
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

curl -sSL https://install.python-poetry.org | python3 -
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.6.1 python3 -
which poetry > /dev/null || export PATH=$PATH:$HOME/.local/bin
poetry --version
poetry config virtualenvs.in-project true
Expand Down

0 comments on commit 41983a9

Please sign in to comment.