Skip to content

Commit fbef8bb

Browse files
authored
Update conda cache to include new package format
1 parent 25ee73a commit fbef8bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

{{cookiecutter.project_slug}}/.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,10 @@ test-unit:
8080
- environment-dev.yml
8181
paths:
8282
- $PIP_CACHE_DIR
83+
- $CONDA_PKGS_DIRS/*.conda
8384
- $CONDA_PKGS_DIRS/*.tar.bz2
84-
- $CONDA_PKGS_DIRS/urls.txt
85+
- $CONDA_PKGS_DIRS/urls*
86+
- $CONDA_PKGS_DIRS/cache
8587
before_script:
8688
- export PATH="/opt/conda/bin:$PATH"
8789
- conda env create -n .venv -f environment-dev.yml environment.yml

0 commit comments

Comments
 (0)