Skip to content

Commit

Permalink
testing new path
Browse files Browse the repository at this point in the history
  • Loading branch information
jokkon committed Oct 10, 2024
1 parent 66299a1 commit e60228f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
echo "PYVERINST=$PYVERINST" >> $GITHUB_ENV
echo "Installed python version: $PYVERINST"
echo $PATH
sudo /usr/local/bin/python -m ensurepip --user
sudo /usr/local/bin/python -m pip install -U pip pipx
sudo python -m ensurepip --user
sudo python -m pip install -U pip pipx
- name: Verify Python version
if: ${{ env.PYVERINST != env.PYVER }}
Expand Down

0 comments on commit e60228f

Please sign in to comment.