We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff19d95 commit 4ba67b3Copy full SHA for 4ba67b3
.github/workflows/test.yaml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Setup Linux/macOS Micromamba Python ${{ matrix.python-version }}
40
if: ${{ runner.os != 'Windows' }}
41
- uses: mamba-org/setup-micromamba@v1
+ uses: mamba-org/setup-micromamba@v2
42
with:
43
init-shell: bash
44
create-args: >-
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Setup Windows Micromamba Python ${{ matrix.python-version }}
51
if: ${{ runner.os == 'Windows' }}
52
53
54
55
0 commit comments