We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2ee46 commit 81c914bCopy full SHA for 81c914b
.github/actions/python-environment/action.yml
@@ -24,7 +24,7 @@ runs:
24
- name: Setup up pipx if not present
25
shell: bash
26
run: |
27
- python3 m pip install --upgrade pipx
+ python m pip install --upgrade pipx
28
pipx ensurepath
29
echo "$Home/.local/bin" >> $GITHUB_PATH
30
0 commit comments