From b1276168c7126225f45375ae0f95e44a28475caf Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Tue, 9 Jul 2024 17:14:42 +0200 Subject: [PATCH] Install without dev mode --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b1a58d..8271d4e 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,7 @@ build-from-prokka-quicktree: script: - pip3 install --upgrade pip - ./make + - pip install .[dev] - py.test test/test_install/test_make_prokka-quicktree.py -xv build-from-prodigal: -- GitLab