Skip to content
Snippets Groups Projects
Commit 2c45eea9 authored by Dominique Benielli's avatar Dominique Benielli
Browse files

Edit .gitlab-ci.yml

parent 3a8159bf
No related branches found
No related tags found
No related merge requests found
Pipeline #16619 failed
......@@ -31,7 +31,7 @@ default:
- virtualenv venv
- source venv/bin/activate
- pip install --upgrade pip
- pip install matplotlib numpy scipy six coverage pytest pytest-cov
- pip install matplotlib numpy scipy six coverage pytest pytest-cov importlib_resources
# - dpkg -L python3-pytest | xargs file | grep executable
stages:
......@@ -46,6 +46,7 @@ install_and_test_37:
stage: test
before_script:
- echo "image registry 3.7"
- pip3 install importlib_resources
script:
- pip3 install -e . --no-deps
- python3 -m pytest
......@@ -63,6 +64,7 @@ install_and_test_310:
stage: test
before_script:
- echo "image registry 3.10"
- pip3 install importlib_resources
script:
- pip3 install -e . --no-deps
- python3 -m pytest
......@@ -80,6 +82,7 @@ install_and_test_311:
stage: test
before_script:
- echo "image registry 3.11"
- pip3 install importlib_resources
script:
- pip3 install -e . --no-deps
- python3 -m pytest
......@@ -111,6 +114,7 @@ ubuntu:X86_64:
tags:
- docker
before_script:
- pip3 install importlib_resources
- pip3 install -e . --no-deps
script:
- python3 -m pytest
......@@ -127,6 +131,7 @@ ubuntu:i686:
tags:
- docker
before_script:
- pip3 install importlib_resources
- pip3 install -e . --no-deps
script:
- python3 -m pytest
......@@ -140,6 +145,7 @@ ubuntu:i686:
# doc template
.doc: &doc
before_script:
- pip3 install importlib_resources
- pip3 install sphinx sphinxcontrib-bibtex
- pip3 install -e . --no-deps
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment