Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Run pip3 install with --user for Ubuntu
Modern Ubuntu errors out if you pip3 install system-wide without passing --break-system-packages. We could add that flag, but we can just install them for the current user instead (which more closely matches how actual users will use cheribuild anyway). Although our current baseline doesn't require this, be consistent and do it there too. Fixes: db30c92 ("Bump Python minimum to 3.8 and rework CI a bit")
- Loading branch information