Skip to content

Commit 8af7bb7

Browse files
committed
Changed install command for pipx
from python3 -m pip install --user --upgrade pipx to apt update && apt install -y pipx && pipx install poetry
1 parent eb55778 commit 8af7bb7

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-
python3 -m pip install --user --upgrade pipx
38+
apt update && 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)