mirror of
https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
synced 2024-11-23 23:41:06 +03:00
debugging
This commit is contained in:
parent
98ef64211b
commit
459c0e21af
@ -152,6 +152,7 @@ test:
|
|||||||
- IMAGE: [ 'ubuntu:24.10' ]
|
- IMAGE: [ 'ubuntu:24.10' ]
|
||||||
REQUIREMENTS: [ '.DEBIAN/requirements-ubuntu-24.10.txt' ]
|
REQUIREMENTS: [ '.DEBIAN/requirements-ubuntu-24.10.txt' ]
|
||||||
before_script:
|
before_script:
|
||||||
|
- echo "$IMAGE with $REQUIREMENTS"
|
||||||
- apt-get update && apt-get install -y python3-dev python3-pip gcc
|
- apt-get update && apt-get install -y python3-dev python3-pip gcc
|
||||||
- pip install -r $REQUIREMENTS
|
- pip install -r $REQUIREMENTS
|
||||||
- pip install pytest httpx
|
- pip install pytest httpx
|
||||||
|
Loading…
Reference in New Issue
Block a user