Skip to content

Commit

Permalink
verifying new path order and running as user
Browse files Browse the repository at this point in the history
  • Loading branch information
jokkon committed Oct 10, 2024
1 parent 5b9a83a commit fa75cd8
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 python -m ensurepip --user
sudo python -m pip install -U pip pipx
python -m ensurepip --user
python -m pip install -U pip pipx
- name: Verify Python version
if: ${{ env.PYVERINST != env.PYVER }}
Expand Down

0 comments on commit fa75cd8

Please sign in to comment.