Skip to content

Commit

Permalink
Try pinning v1.5.10-0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns committed Oct 1, 2024
1 parent 978f3f2 commit ee5bc68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
pyvista: false
- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '2.0.0-1'
# https://github.com/mamba-org/setup-micromamba/issues/225
micromamba-version: 1.5.10-0
environment-file: environment.yml
create-args: >- # beware the >- instead of |, we don't split on newlines but on spaces
python=${{ env.PYTHON_VERSION }}
Expand Down

0 comments on commit ee5bc68

Please sign in to comment.