Skip to content
Snippets Groups Projects
Commit 0d71a6df authored by Vuillaume's avatar Vuillaume
Browse files

Merge branch 'hotfix_doc' into 'master'

Update .gitlab-ci.yml to install eossr to build doc (required to run notebooks)

See merge request !51
parents ba651fa0 2b56f6c9
No related branches found
No related tags found
1 merge request!51Update .gitlab-ci.yml to install eossr to build doc (required to run notebooks)
Pipeline #138030 passed
...@@ -29,7 +29,7 @@ test_py37: ...@@ -29,7 +29,7 @@ test_py37:
script: script:
- apt-get -y update - apt-get -y update
- pip install pytest pytest-cov - pip install pytest pytest-cov
- pip install -e . - pip install .
- pytest eossr/ - pytest eossr/
--junitxml=junit_py37.xml --junitxml=junit_py37.xml
--color=yes --color=yes
...@@ -87,6 +87,7 @@ pages: ...@@ -87,6 +87,7 @@ pages:
script: script:
- apt update --yes && apt install --yes pandoc pip - apt update --yes && apt install --yes pandoc pip
- pip install -U -r docs/doc_requirements.txt - pip install -U -r docs/doc_requirements.txt
- pip install .
- sphinx-build -b html docs public - sphinx-build -b html docs public
artifacts: artifacts:
paths: paths:
......
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