We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ee73a commit fbef8bbCopy full SHA for fbef8bb
{{cookiecutter.project_slug}}/.gitlab-ci.yml
@@ -80,8 +80,10 @@ test-unit:
80
- environment-dev.yml
81
paths:
82
- $PIP_CACHE_DIR
83
+ - $CONDA_PKGS_DIRS/*.conda
84
- $CONDA_PKGS_DIRS/*.tar.bz2
- - $CONDA_PKGS_DIRS/urls.txt
85
+ - $CONDA_PKGS_DIRS/urls*
86
+ - $CONDA_PKGS_DIRS/cache
87
before_script:
88
- export PATH="/opt/conda/bin:$PATH"
89
- conda env create -n .venv -f environment-dev.yml environment.yml
0 commit comments