Skip to content
Snippets Groups Projects
Commit 55a4f980 authored by Klaus Reuter's avatar Klaus Reuter
Browse files

use gitlab cache for pip

parent 57670bd9
No related branches found
No related tags found
No related merge requests found
Pipeline #191115 passed
......@@ -2,8 +2,15 @@ basic_dryruns:
image: continuumio/miniconda3:latest
tags:
- cloud
script:
cache:
key: "pip_cache"
paths:
- .cache/pip
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
before_script:
- pip3 install --user -e .
script:
- mkdir test
- pushd test
- ~/.local/bin/cnd --help
......
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