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

fix use of conda in gitlab-ci

parent 5002dace
No related branches found
No related tags found
No related merge requests found
Pipeline #39726 failed
image: registry.esss.lu.se/ics-docker/miniconda #image: registry.esss.lu.se/ics-docker/miniconda
image: continuumio/miniconda3
.pip_install_default: &pip_install_default .pip_install_default: &pip_install_default
- pip install numpy scipy h5py matplotlib webdavclient3 - conda update --all
variables: - conda install -c anaconda scipy
TWINE_REPOSITORY_URL: https://artifactory.esss.lu.se/artifactory/api/pypi/ics-pypi - conda install -c conda-forge matplotlib
- conda install -c conda-forge h5py
- pip install webdavclient3
#variables:
# TWINE_REPOSITORY_URL: https://artifactory.esss.lu.se/artifactory/api/pypi/ics-pypi
stages: stages:
- test - test
......
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