sot/skare3_tools

Release workflow fails (Release Description and Skare3 Issue)

Closed this issue · 0 comments

The workflow in .github/workflows/release.yml fails. This causes the skare3 issue creation to fail. This is the error message:

The directory '/home/runner/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.

sudo pip3 install shoulb be replaced by sudo -H pip3 install

I am not fixing it right now because this requires changes in all workflows. The change will be done with other required changes.