We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9533b12 + 50a4327 commit f337602Copy full SHA for f337602
.github/workflows/linter.yml
@@ -61,7 +61,7 @@ jobs:
61
# Dependencies required to avoid errors
62
# reported by linters
63
- name: Install mamba dependencies
64
- uses: mamba-org/setup-micromamba@v2
+ uses: mamba-org/setup-micromamba@v3
65
with:
66
environment-file: environment.yml
67
init-shell: bash
.github/workflows/unittests.yml
@@ -25,7 +25,7 @@ jobs:
25
python-version: ${{ matrix.python-version }}
26
27
- name: Install mamba
28
29
30
31
create-args: python=${{ matrix.python-version }}
0 commit comments