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 f99b49c commit f15b67dCopy full SHA for f15b67d
.github/workflows/codeql.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: actions/checkout@v4
50
51
- name: Set up micromamba
52
- uses: mamba-org/setup-micromamba@v1
+ uses: mamba-org/setup-micromamba@v2
53
with:
54
environment-file: environment.yml
55
.github/workflows/pytest-conda.yml
@@ -27,7 +27,7 @@ jobs:
27
-pyver=${{ matrix.python-version }} environment.yml
28
29
30
31
32
33
0 commit comments