From b6d8f25bcec635ae2d6adcc1118899ed999a38fa Mon Sep 17 00:00:00 2001 From: Dominique Benielli <dominique.benielli@univ-amu.fr> Date: Tue, 6 May 2025 15:09:09 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9cb1771..b1c67fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,6 +75,7 @@ install_and_test_311: image: python:3.11 stage: test script: + - pip3 install cython - pip3 install -e . --no-deps - python3 -m pytest artifacts: -- GitLab