Skip to content

Commit

Permalink
testing pipupgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jokkon committed Oct 31, 2024
1 parent ef5c03f commit 1bc003f
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 @@ -19,7 +19,7 @@ jobs:
run: |
export PYVER_MINOR=${PYVER%.*}
echo "PYVER_MINOR: $PYVER_MINOR"
export PATH="/usr/local/bin/:$PATH"
export PATH="$HOME/.local/bin:/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 @@ -34,6 +34,7 @@ jobs:
echo "Installed python version: $PYVERINST"
echo $PATH
python -m site
python -m ensurepip --upgrade
python -m ensurepip --user
ls -al /usr/local/lib/python3.12 | grep dist-packages
ls -al /usr/lib/python3 | grep dist-packages
Expand Down

0 comments on commit 1bc003f

Please sign in to comment.