From dcc3654131503da037354d678ad871f8103f46c6 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Mon, 16 Dec 2024 07:34:55 +0100 Subject: [PATCH] disabled matrix tests for python (covered by apt jobs) --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f2dd73..69c3c8a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -144,9 +144,9 @@ test: matrix: - REQUIREMENTS: - 'requirements.txt' - - '.DEBIAN/requirements-bookworm-12.txt' - - '.DEBIAN/requirements-ubuntu-24.04.txt' - - '.DEBIAN/requirements-ubuntu-24.10.txt' +# - '.DEBIAN/requirements-bookworm-12.txt' +# - '.DEBIAN/requirements-ubuntu-24.04.txt' +# - '.DEBIAN/requirements-ubuntu-24.10.txt' before_script: - apt-get update && apt-get install -y python3-dev python3-pip python3-venv gcc - python3 -m venv venv