From 1cdd8ccb50f9a271ccce6307f255f331c93be0c9 Mon Sep 17 00:00:00 2001
From: Amandine PERRIN <amandine.perrin@pasteur.fr>
Date: Tue, 9 Jul 2024 17:12:42 +0200
Subject: [PATCH] Install without dev mode

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 750592d..4b1a58d 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,7 +38,7 @@ build-from-prokka-quicktree:
     - install
   script:
     - pip3 install --upgrade pip
-    - pip3 install -e .[dev]
+    - ./make
     - py.test test/test_install/test_make_prokka-quicktree.py -xv
 
 build-from-prodigal:
-- 
GitLab