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 8af7bb7 commit 53723c4Copy full SHA for 53723c4
.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
- apt update && apt install -y pipx && pipx install poetry
+ 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