Skip to content

Commit 81c914b

Browse files
changed github action python env
1 parent 9b2ee46 commit 81c914b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
- name: Setup up pipx if not present
2525
shell: bash
2626
run: |
27-
python3 m pip install --upgrade pipx
27+
python m pip install --upgrade pipx
2828
pipx ensurepath
2929
echo "$Home/.local/bin" >> $GITHUB_PATH
3030

0 commit comments

Comments
 (0)