Skip to content

Commit

Permalink
fixating python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jokkon committed Sep 18, 2024
1 parent 4897978 commit 81689a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 81689a1

Please sign in to comment.