Skip to content

Commit 3963f76

Browse files
mnaserEmilienM
authored andcommitted
chore: switch to python3
When using self-hosted runners, `python` might not actually call `python3` and just give an error, so we can swap to this.
1 parent c713fc0 commit 3963f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
using: "composite"
2424
steps:
2525
- name: Install python pip
26-
run: python -m pip install --upgrade pip
26+
run: python3 -m pip install --upgrade pip
2727
shell: bash
2828
- name: Erase MySQL package
2929
run: sudo apt-get purge mysql-* || true

0 commit comments

Comments
 (0)