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.
1 parent 19d8675 commit e2bdbebCopy full SHA for e2bdbeb
.github/actions/python-environment/action.yml
@@ -35,7 +35,7 @@ runs:
35
- name: Set up pipx if not present
36
shell: bash
37
run: |
38
- python3 -m pip install --break-system-packages --upgrade pipx
+ sudo apt update && sudo apt install -y pipx && pipx install poetry
39
python3 -m pipx ensurepath
40
echo "$HOME/.local/bin" >> $GITHUB_PATH
41
0 commit comments