Skip to content
Snippets Groups Projects
Commit bf9b10bc authored by Yngve Levinsen's avatar Yngve Levinsen
Browse files

trying another image for gitlab-ci

parent cfdd3505
No related branches found
No related tags found
No related merge requests found
Pipeline #39732 failed
#image: registry.esss.lu.se/ics-docker/miniconda
image: continuumio/miniconda3
image: python:3-slim
.pip_install_default: &pip_install_default
- conda install -c anaconda scipy
- conda install -c conda-forge matplotlib
- conda install -c conda-forge h5py
- pip install webdavclient3
- pip install scipy matplotlib h5py webdavclient3
#variables:
# TWINE_REPOSITORY_URL: https://artifactory.esss.lu.se/artifactory/api/pypi/ics-pypi
......@@ -39,9 +36,7 @@ verify_tag:
pages:
stage: deploy
script:
- conda install -c conda-forge sphinx
- conda install -c conda-forge numpy
- pip install sphinxcontrib-blockdiag blockdiag sphinxcontrib-restbuilder sphinx_rtd_theme
- pip install sphinx sphinxcontrib-blockdiag blockdiag sphinxcontrib-restbuilder sphinx_rtd_theme numpy
- pip install git+https://github.com/crossnox/m2r
- python setup.py install
- sphinx-build -b html -d public/doctrees doc public
......
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