From 9f5223082df45fcc1dbc71f239413c68813ba4b8 Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Mon, 3 Jul 2023 14:38:45 +0200 Subject: [PATCH] install patch version of ncbi-genome-download --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ebc9f63..2e84fe7c 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,6 +58,7 @@ build-from-test-image: script: - pip3 install --upgrade pip - pip3 install -r requirements-dev.txt + - pip install git+https://github.com/chasemc/ncbi-genome-download@4c5c24e27aa8123c7995890046b17b815da3571b - py.test test/test_install/test_make_all-installed.py -xv -- GitLab