Skip to content

Commit 212f85c

Browse files
changed github action python env
1 parent 81c914b commit 212f85c

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

0 commit comments

Comments
 (0)