Skip to content
Snippets Groups Projects

updated gitlab-ci to install requirements before building the documentation....

Merged Fraser William Goldsworth requested to merge m301014/pyicon:api-docs into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
pages:
script:
- conda env create -f ci/requirements_py311.yml
- conda activate pyicon_py311
- source activate pyicon_py311
- pip install -e .
- cd doc
- make html
Loading