mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2024-11-14 18:38:56 +00:00
fixed testing dependency
This commit is contained in:
parent
085186f82a
commit
cb6a089678
@ -142,6 +142,7 @@ test:
|
|||||||
- .DEBIAN/requirements-ubuntu-23.04.txt
|
- .DEBIAN/requirements-ubuntu-23.04.txt
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update && apt-get install -y python3-dev gcc
|
- apt-get update && apt-get install -y python3-dev gcc
|
||||||
|
- pip install cython
|
||||||
- pip install -r $REQUIREMENTS
|
- pip install -r $REQUIREMENTS
|
||||||
- pip install pytest httpx
|
- pip install pytest httpx
|
||||||
- mkdir -p app/cert
|
- mkdir -p app/cert
|
||||||
|
Loading…
Reference in New Issue
Block a user