Skip to content
Snippets Groups Projects
Commit 4669dad1 authored by Michi Hostettler's avatar Michi Hostettler :coffee:
Browse files

add image caching

parent 9ce959b9
No related branches found
No related tags found
No related merge requests found
Pipeline #12144821 failed
...@@ -14,7 +14,7 @@ release_sdist: ...@@ -14,7 +14,7 @@ release_sdist:
.base_dev_test: .base_dev_test:
variables: variables:
env_spec: INSERT_CONDA_REQUIREMENTS env_spec: INSERT_CONDA_REQUIREMENTS
image: continuumio/miniconda3 image: registry.cern.ch/docker.io/library/continuumio/miniconda3
script: script:
- conda create -n test_env --yes --quiet -c conda-forge pip $env_spec - conda create -n test_env --yes --quiet -c conda-forge pip $env_spec
- source activate test_env - source activate test_env
...@@ -36,7 +36,7 @@ tests_dev_py37_jdk11_jp12: ...@@ -36,7 +36,7 @@ tests_dev_py37_jdk11_jp12:
.base_wheel_test: .base_wheel_test:
image: continuumio/miniconda3 image: registry.cern.ch/docker.io/library/continuumio/miniconda3
variables: variables:
env_spec: INSERT_CONDA_REQUIREMENTS env_spec: INSERT_CONDA_REQUIREMENTS
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment