mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 08:22:16 +03:00
defining python3 for all commands
This commit is contained in:
parent
e8a5d6449c
commit
c16477d403
6
.github/workflows/linux-arm64.yml
vendored
6
.github/workflows/linux-arm64.yml
vendored
@ -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 }}
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user