Skip to content

Commit ac11f9d

Browse files
committed
have CI use locked dependency versions
1 parent 8ecf616 commit ac11f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ runs:
77
- name: Install Conda packages
88
uses: mamba-org/setup-micromamba@v1
99
with:
10-
environment-file: extras/environment.yml
10+
environment-file: extras/environment.lock.yml
1111
init-shell: bash
1212
cache-environment: true

0 commit comments

Comments
 (0)