Skip to content

Commit

Permalink
checking permissions for python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jokkon committed Oct 10, 2024
1 parent 5e026e9 commit ef5c03f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
echo $PATH
python -m site
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 ef5c03f

Please sign in to comment.