From 84079c04b7e7ab53737d7dde085b8829e63b7560 Mon Sep 17 00:00:00 2001
From: Dominique Benielli <dominique.benielli@univ-amu.fr>
Date: Tue, 6 May 2025 16:31:25 +0200
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a330108..b1c67fc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,7 +76,6 @@ install_and_test_311:
   stage: test
   script:
     - pip3 install cython
-    - cythonize -i ltfatpy/comp/*.pyx
     - pip3 install -e . --no-deps
     - python3 -m pytest
   artifacts:
-- 
GitLab