From 277686ac36160f1eab612c2ec44faf1a1463c7ae Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Mon, 3 Jul 2023 15:06:55 +0200 Subject: [PATCH] install patch version of ncbi-genome-download --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e84fe7c..d81f29fe 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,6 +71,7 @@ unit-test-ubuntu: before_script: - pip3 install --upgrade pip - pip3 install -r requirements-dev.txt + - pip install git+https://github.com/chasemc/ncbi-genome-download@4c5c24e27aa8123c7995890046b17b815da3571b - ./make script: - pwd @@ -103,6 +104,7 @@ func-test-ubuntu: before_script: - pip3 install --upgrade pip - pip3 install -r requirements-dev.txt + - pip install git+https://github.com/chasemc/ncbi-genome-download@4c5c24e27aa8123c7995890046b17b815da3571b - ./make script: - pwd -- GitLab