From 123bf64d4da7d3892cac9de287917c36ed91f092 Mon Sep 17 00:00:00 2001
From: Valentin Emiya <valentin.emiya@lis-lab.fr>
Date: Tue, 6 May 2025 14:00:01 +0200
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f13a94..9cb1771 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,34 +56,6 @@ install_and_test_37:
       - build/temp/
     expire_in: 8d
 
-install_and_test_38:
-  image: python:3.8
-  stage: test
-  script:
-    - pip3 install -e . --no-deps
-    - python3 -m pytest
-  artifacts:
-    when: always
-    untracked: true
-    paths:
-      - build
-    exclude:
-      - build/temp/
-    expire_in: 8d
-
-install_and_test_39:
-  image: python:3.9
-  stage: test
-  script:
-    - pip3 install -e . --no-deps
-    - python3 -m pytest
-  artifacts:
-    when: always
-    untracked: true
-    paths:
-      - build
-    expire_in: 8d
-
 install_and_test_310:
   image: python:3.10
   stage: test
-- 
GitLab