Skip to content

Commit 30a9351

Browse files
committed
Pin poetry version
1 parent ab8cd18 commit 30a9351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/build/system/packages/06-python.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apt-fast install --no-install-recommends python3 python3-dev python3-pip python3
55

66
export PATH="$PATH:/home/runner/.local/bin"
77
sudo -u runner python3 -m pip install pipx
8-
sudo -u runner pipx install poetry
8+
sudo -u runner pipx install poetry==2.0.1
99

1010
cat <<EOF >> /etc/profile.d/10-python.sh
1111
export PATH="\$PATH:/home/runner/.local/bin"

0 commit comments

Comments
 (0)