From bf9b10bcc9556ca983d6153dd9d80d40d5cf4e6f Mon Sep 17 00:00:00 2001 From: Yngve Levinsen <yngve.levinsen@ess.eu> Date: Wed, 19 Aug 2020 16:02:57 +0200 Subject: [PATCH] trying another image for gitlab-ci --- .gitlab-ci.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65d26bb..167c251 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,7 @@ #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 -- GitLab