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

Edit .gitlab-ci.yml

parent 411d0109
No related branches found
No related tags found
No related merge requests found
Pipeline #16281 failed
......@@ -4,6 +4,7 @@ tests:
tags:
- docker
script:
- pip3 install --upgrade setuptools wheel
- if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- pip3 install -e .
- pip3 install -e .[test]
......@@ -23,6 +24,7 @@ doc:
script:
- export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US)
- pip install --upgrade setuptools wheel
- if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- pip3 install -e .
- pip3 install -e .[doc]
......@@ -44,6 +46,7 @@ pages:
script:
- export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US)
- pip install --upgrade setuptools wheel
- pip3 install -e .[doc]
- rm -Rf build
- python3 setup.py build_sphinx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment