From c7f354d50c023e63e5af0f9d1329401c3da723df Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Wed, 17 Jan 2024 11:33:22 +0100 Subject: [PATCH] removed "cython" from "test" --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2755ced..920a8b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -142,7 +142,6 @@ test: - .DEBIAN/requirements-ubuntu-23.10.txt before_script: - apt-get update && apt-get install -y python3-dev gcc - - pip install cython - pip install -r $REQUIREMENTS - pip install pytest httpx - mkdir -p app/cert