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 15325e7 commit f35792bCopy full SHA for f35792b
.github/workflows/main.yml
@@ -28,9 +28,8 @@ jobs:
28
- uses: actions/checkout@v4
29
30
- name: Install Conda environment with Micromamba
31
- uses: mamba-org/setup-micromamba@v1
+ uses: mamba-org/setup-micromamba@v2
32
with:
33
- micromamba-version: '1.5.5-0'
34
environment-name: voila
35
create-args: >-
36
python=${{ matrix.python_version }}
@@ -91,9 +90,8 @@ jobs:
91
90
92
93
94
95
96
97
98
99
0 commit comments