Skip to content

Commit

Permalink
Rename environment file for conda-lock
Browse files Browse the repository at this point in the history
Otherwise it thinks the lockfile is a unified lockfile instead of
an environment specification file
  • Loading branch information
maresb committed Dec 18, 2023
1 parent cc6c1a7 commit f043c89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
with:
environment-file: conda/environment-conda-lock.yaml
environment-file: conda/environment-conda-locker.yaml
environment-name: conda-lock-env
cache-environment: true

Expand Down
File renamed without changes.

0 comments on commit f043c89

Please sign in to comment.