Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
jokkon committed Oct 31, 2024
1 parent 9ede87d commit 8a33323
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,8 @@ jobs:
export PYVERINST=${PYVER_TEMP#* }
echo "PYVERINST=$PYVERINST" >> $GITHUB_ENV
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
sudo chmod +775 /usr/local/lib/python3.12/dist-packages
sudo chmod +775 /usr/lib/python3/dist-packages
python -m pip install -U pip pipx
- name: Verify Python version
Expand Down

0 comments on commit 8a33323

Please sign in to comment.