We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8cd18 commit 30a9351Copy full SHA for 30a9351
linux/build/system/packages/06-python.sh
@@ -5,7 +5,7 @@ apt-fast install --no-install-recommends python3 python3-dev python3-pip python3
5
6
export PATH="$PATH:/home/runner/.local/bin"
7
sudo -u runner python3 -m pip install pipx
8
-sudo -u runner pipx install poetry
+sudo -u runner pipx install poetry==2.0.1
9
10
cat <<EOF >> /etc/profile.d/10-python.sh
11
export PATH="\$PATH:/home/runner/.local/bin"
0 commit comments