Skip to content
Snippets Groups Projects
Commit 66fa5562 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

Update .gitlab-ci.yml

parent f8c209f8
No related branches found
No related tags found
No related merge requests found
Pipeline #4891 failed
......@@ -22,7 +22,7 @@ doc:
script:
- export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US)
- pip3 install -e . --no-deps
- pip3 install -e .[doc]
- sphinx-apidoc -o docs/source summit
- cd docs/source
- sphinx-build -b html . ../build
......@@ -43,7 +43,7 @@ pages:
script:
- export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US)
- pip3 install -e . --no-deps
- pip3 install -e .[doc]
- pytest-3
- sphinx-apidoc -o docs/source summit
- cd docs/source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment