We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b93f4d commit bf1e97dCopy full SHA for bf1e97d
.github/workflows/ci_tests.yaml
@@ -69,6 +69,16 @@ jobs:
69
# fecth all history so that setuptools-scm works
70
fetch-depth: 0
71
72
+ - name: Cache conda
73
+ uses: actions/cache@v1
74
+ env:
75
+ # Increase this value to reset cache if etc/example-environment.yml has not changed
76
+ CACHE_NUMBER: 0
77
+ with:
78
+ path: ~/conda_pkgs_dir
79
+ key:
80
+ ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment.yml') }}
81
+
82
# Install Mambaforge with conda-forge dependencies
83
- name: Setup Mambaforge
84
uses: conda-incubator/setup-miniconda@2fc91a2ef82dfb50ded2d80e56f83b7039ba5955
0 commit comments