Skip to content

Commit

Permalink
checking path, fixating path
Browse files Browse the repository at this point in the history
  • Loading branch information
jokkon committed Oct 10, 2024
1 parent b24d875 commit b4e525b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
export PYVER_MINOR=${PYVER%.*}
echo "PYVER_MINOR: $PYVER_MINOR"
echo $PATH
export PATH="/usr/local/bin/:$PATH
sudo apt-get update
sudo apt-get install -qq curl software-properties-common libnotify-dev libayatana-appindicator3-dev patchelf
sudo add-apt-repository -y ppa:git-core/ppa
Expand All @@ -33,8 +33,8 @@ jobs:
echo "PYVERINST=$PYVERINST" >> $GITHUB_ENV
echo "Installed python version: $PYVERINST"
echo $PATH
/usr/local/bin/python -m ensurepip --user
/usr/local/bin/python -m pip install -U pip pipx
sudo /usr/local/bin/python -m ensurepip --user
sudo /usr/local/bin/python -m pip install -U pip pipx
- name: Verify Python version
if: ${{ env.PYVERINST != env.PYVER }}
Expand Down

0 comments on commit b4e525b

Please sign in to comment.