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 3548f47 commit cc6c1a7Copy full SHA for cc6c1a7
.github/workflows/update-lockfile.yml
@@ -24,6 +24,8 @@ jobs:
24
uses: mamba-org/setup-micromamba@v1
25
with:
26
environment-file: conda/environment-conda-lock.yaml
27
+ environment-name: conda-lock-env
28
+ cache-environment: true
29
30
- name: Run conda-lock
31
run: |
0 commit comments