Skip to content

Commit 1e9ff5b

Browse files
committed
#523: Fixed pipx installation for older versions of pip
1 parent 34fc607 commit 1e9ff5b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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 --break-system-packages --upgrade pipx
38+
python3 -m pip install --user --upgrade pipx
3939
python3 -m pipx ensurepath
4040
echo "$HOME/.local/bin" >> $GITHUB_PATH
4141

doc/changes/unreleased.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# Unreleased
2+
3+
## Bugfixes
4+
5+
* #523: Fixed `pipx` installation for older versions of `pip`

0 commit comments

Comments
 (0)