disabled matrix tests for python (covered by apt jobs)

This commit is contained in:
Oscar Krause 2024-12-16 07:34:55 +01:00
parent 32f1be9599
commit dcc3654131

View File

@ -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