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:
- apt-get update
- apt-get upgrade
- apt-get -y upgrade
- apt-get -y install make
- conda env create -f ci/requirements_py311.yml
- source activate pyicon_py311
Loading