mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 10:55:57 -04:00
Fix pip in CI
This commit is contained in:
parent
01ba3ddfba
commit
6da8c8d4b7
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
fi
|
||||
if [ ${{ contains(matrix.features, 'coverage') }} = true ]; then
|
||||
apt-get install -qq --no-install-recommends python3-pip git
|
||||
pip install --user pyyaml cpp-coveralls
|
||||
pip install --break-system-packages pyyaml cpp-coveralls
|
||||
fi
|
||||
|
||||
- name: Set up environment
|
||||
|
Loading…
x
Reference in New Issue
Block a user