break system packages for flask install via pip

This commit is contained in:
Michael Mäder
2025-03-10 09:18:10 +01:00
parent aa6743cfee
commit c51d2424c9

View File

@@ -9,7 +9,7 @@ build job:
- apt-get update -qy
- apt-get install -y python3-dev python3-pip python3.12-venv
- python3 -V
- pip3 install -r requirements.txt
- pip3 install --break-system-packages -r requirements.txt
# launch tests
- export PYTHONPATH=.