Skip to content
Snippets Groups Projects
Commit 8d3b9cd2 authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

Install without dev mode

parent b1276168
No related branches found
No related tags found
No related merge requests found
Pipeline #135016 failed
......@@ -18,7 +18,7 @@ build-from-ubuntu:
- install
script:
- pip3 install --upgrade pip
- pip3 install -e .[dev]
- pip3 install .[dev]
- py.test test/test_install/test_make_ubuntu.py -xv
build-from-barrnap:
......@@ -28,7 +28,7 @@ build-from-barrnap:
- install
script:
- pip3 install --upgrade pip
- pip3 install -e .[dev]
- pip3 install .[dev]
- py.test test/test_install/test_make_barrnap.py -xv
build-from-prokka-quicktree:
......@@ -49,7 +49,7 @@ build-from-prodigal:
- install
script:
- pip3 install --upgrade pip
- pip3 install -e .[dev]
- pip3 install .[dev]
- py.test test/test_install/test_make_prodigal.py -xv
build-from-test-image:
......@@ -58,7 +58,7 @@ build-from-test-image:
- install
script:
- pip3 install --upgrade pip
- pip3 install -e .[dev]
- pip3 install .[dev]
- pip install git+https://github.com/chasemc/ncbi-genome-download@4c5c24e27aa8123c7995890046b17b815da3571b
- py.test test/test_install/test_make_all-installed.py -xv
......@@ -71,7 +71,7 @@ unit-test-ubuntu:
- install
before_script:
- pip3 install --upgrade pip
- pip3 install -e .[dev]
- pip3 install .[dev]
- pip install git+https://github.com/chasemc/ncbi-genome-download@4c5c24e27aa8123c7995890046b17b815da3571b
- ./make
script:
......@@ -103,7 +103,7 @@ func-test-ubuntu:
- install
before_script:
- pip3 install --upgrade pip
- pip3 install -e .[dev]
- pip3 install .[dev]
- pip install git+https://github.com/chasemc/ncbi-genome-download@4c5c24e27aa8123c7995890046b17b815da3571b
- ./make
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment