Skip to content

Commit f043c89

Browse files
committed
Rename environment file for conda-lock
Otherwise it thinks the lockfile is a unified lockfile instead of an environment specification file
1 parent cc6c1a7 commit f043c89

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/update-lockfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Conda environment with Micromamba
2424
uses: mamba-org/setup-micromamba@v1
2525
with:
26-
environment-file: conda/environment-conda-lock.yaml
26+
environment-file: conda/environment-conda-locker.yaml
2727
environment-name: conda-lock-env
2828
cache-environment: true
2929

File renamed without changes.

0 commit comments

Comments
 (0)