mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2025-11-03 05:26:13 +00:00
disabled matrix tests for python (covered by apt jobs)
This commit is contained in:
@@ -144,9 +144,9 @@ test:
|
|||||||
matrix:
|
matrix:
|
||||||
- REQUIREMENTS:
|
- REQUIREMENTS:
|
||||||
- 'requirements.txt'
|
- 'requirements.txt'
|
||||||
- '.DEBIAN/requirements-bookworm-12.txt'
|
# - '.DEBIAN/requirements-bookworm-12.txt'
|
||||||
- '.DEBIAN/requirements-ubuntu-24.04.txt'
|
# - '.DEBIAN/requirements-ubuntu-24.04.txt'
|
||||||
- '.DEBIAN/requirements-ubuntu-24.10.txt'
|
# - '.DEBIAN/requirements-ubuntu-24.10.txt'
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update && apt-get install -y python3-dev python3-pip python3-venv gcc
|
- apt-get update && apt-get install -y python3-dev python3-pip python3-venv gcc
|
||||||
- python3 -m venv venv
|
- python3 -m venv venv
|
||||||
|
|||||||
Reference in New Issue
Block a user