Skip to content

Commit

Permalink
ci(conda): use newer micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Nov 1, 2024
1 parent 235cc8d commit da30ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v2
with:
micromamba-version: "1.3.1-0"
micromamba-version: "1.5.6-0"
environment-file: environment.yaml
init-shell: >-
bash
Expand Down

0 comments on commit da30ea8

Please sign in to comment.