Skip to content

Commit cc6c1a7

Browse files
committed
Specify environment name for conda-lock
1 parent 3548f47 commit cc6c1a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-lockfile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
uses: mamba-org/setup-micromamba@v1
2525
with:
2626
environment-file: conda/environment-conda-lock.yaml
27+
environment-name: conda-lock-env
28+
cache-environment: true
2729

2830
- name: Run conda-lock
2931
run: |

0 commit comments

Comments
 (0)