break system packages for flask install via pip
This commit is contained in:
@@ -9,7 +9,7 @@ build job:
|
|||||||
- apt-get update -qy
|
- apt-get update -qy
|
||||||
- apt-get install -y python3-dev python3-pip python3.12-venv
|
- apt-get install -y python3-dev python3-pip python3.12-venv
|
||||||
- python3 -V
|
- python3 -V
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install --break-system-packages -r requirements.txt
|
||||||
|
|
||||||
# launch tests
|
# launch tests
|
||||||
- export PYTHONPATH=.
|
- export PYTHONPATH=.
|
||||||
|
Reference in New Issue
Block a user