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 34fc607 commit 1e9ff5bCopy full SHA for 1e9ff5b
.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
+ python3 -m pip install --user --upgrade pipx
39
python3 -m pipx ensurepath
40
echo "$HOME/.local/bin" >> $GITHUB_PATH
41
doc/changes/unreleased.md
@@ -1 +1,5 @@
1
# Unreleased
2
+
3
+## Bugfixes
4
5
+* #523: Fixed `pipx` installation for older versions of `pip`
0 commit comments