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
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
pages:
script:
- apk update
- apk upgrade
- apk add make
- conda env create -f ci/requirements_py311.yml
- source activate pyicon_py311
- pip install -e .
Loading