Skip to content

Commit 15ad9a9

Browse files
committed
have CI use locked dependency versions
1 parent 1efa32a commit 15ad9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: mamba-org/provision-with-micromamba@main
2222
with:
2323
channel-priority: strict
24-
environment-file: extras/environment.yml
24+
environment-file: extras/environment.lock.yml
2525
cache-downloads: true
2626
cache-env: true
2727
- name: ${{ inputs.message }}

0 commit comments

Comments
 (0)