Skip to content

Commit 53723c4

Browse files
committed
Added sudo
1 parent 8af7bb7 commit 53723c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/python-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
- name: Set up pipx if not present
3636
shell: bash
3737
run: |
38-
apt update && apt install -y pipx && pipx install poetry
38+
sudo apt update && sudo apt install -y pipx && pipx install poetry
3939
python3 -m pipx ensurepath
4040
echo "$HOME/.local/bin" >> $GITHUB_PATH
4141

0 commit comments

Comments
 (0)