From 2aeccdbe6a26e84ea7bb6c1c6ad8a318667733cd Mon Sep 17 00:00:00 2001 From: Jonah Beckford <71855677+jonahbeckford@users.noreply.github.com> Date: Tue, 8 Aug 2023 09:06:00 -0700 Subject: [PATCH] Cache .ci for Conda CI machines --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b59c96..05efd64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ - environment.yml prefix: cachebust1 paths: - - _local + - .ci # Technique explained at https://damiankula.com/using_conda_cache_in_gitlabci.html - $CONDA_PKGS_DIRS/*.conda - $CONDA_PKGS_DIRS/*.tar.bz2