mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 08:22:16 +03:00
fixating python version
This commit is contained in:
parent
54d149eeab
commit
d6498a1ad3
5
.github/workflows/linux-arm64.yml
vendored
5
.github/workflows/linux-arm64.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
sudo apt-get install -qq curl software-properties-common libnotify-dev libayatana-appindicator3-dev patchelf
|
||||
sudo add-apt-repository -y ppa:git-core/ppa
|
||||
sudo add-apt-repository -y ppa:deadsnakes/ppa
|
||||
sudo apt-get install -qq git python3.12-dev python3.12-venv python3.12-distutils
|
||||
sudo apt-get install -qq git python$PYVER_MINOR-dev python$PYVER_MINOR-venv python$PYVER_MINOR-distutils
|
||||
git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
sudo ln -s `which python$PYVER_MINOR` /usr/local/bin/python
|
||||
sudo ln -s `which python$PYVER_MINOR` /usr/local/bin/python3
|
||||
@ -31,8 +31,9 @@ jobs:
|
||||
export PYVERINST=${PYVER_TEMP#* }
|
||||
echo "PYVERINST=$PYVERINST" >> $GITHUB_ENV
|
||||
echo "Installed python version: $PYVERINST"
|
||||
python -m ensurepip --user
|
||||
python -m pip install -U pip pipx
|
||||
python -m ensurepip --user
|
||||
|
||||
|
||||
- name: Verify Python version
|
||||
if: ${{ env.PYVERINST != env.PYVER }}
|
||||
|
Loading…
Reference in New Issue
Block a user