Skip to content

Commit

Permalink
defining python3 for all commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jokkon committed Sep 18, 2024
1 parent 8bbb870 commit f432c61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
which python
which python3
echo $PATH
python -m ensurepip --user
python -m pip install -U pip pipx
python3 -m ensurepip --user
python3 -m pip install -U pip pipx
- name: Verify Python version
if: ${{ env.PYVERINST != env.PYVER }}
Expand All @@ -49,7 +49,7 @@ jobs:

- name: Check app versions
run: |
python set-version.py
python3 set-version.py
git diff --exit-code
- name: Cache helper
Expand Down

0 comments on commit f432c61

Please sign in to comment.