Skip to content

Commit 36cbf33

Browse files
committed
Merge branch 'master' into v5
2 parents e4f9433 + 2dd681f commit 36cbf33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci_install_deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
pip install --upgrade pip
4-
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.5 python3 -
4+
curl -sSL https://install.python-poetry.org | POETRY_VERSION=2.1.4 python3 -
55
which poetry > /dev/null || export PATH=$PATH:$HOME/.local/bin
66
poetry --version
77
poetry config virtualenvs.in-project true

0 commit comments

Comments
 (0)