Skip to content

Commit

Permalink
fix: Unpin Mamba version in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sellth committed Sep 18, 2023
1 parent 409ac9c commit 72929f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
lfs: true

- name: Install mamba
run: conda install -y mamba==0.27.0
run: conda install -y mamba

- name: Prepare environment.yaml file
run: >
Expand Down

0 comments on commit 72929f5

Please sign in to comment.