CI: enable environment cache
This commit is contained in:
parent
691cc7167f
commit
e0942d4544
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -63,13 +63,9 @@ jobs:
|
||||
environment-file: envs/environment.yaml
|
||||
log-level: debug
|
||||
init-shell: bash
|
||||
cache-environment: false
|
||||
cache-environment: true
|
||||
cache-downloads: true
|
||||
|
||||
- name: Print installed dependencies
|
||||
run: |
|
||||
micromamba list
|
||||
|
||||
- name: Set cache dates
|
||||
run: |
|
||||
echo "WEEK=$(date +'%Y%U')" >> $GITHUB_ENV
|
||||
|
Loading…
Reference in New Issue
Block a user