We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0829050 commit dd3fcb3Copy full SHA for dd3fcb3
.github/workflows/main.yml
@@ -66,8 +66,8 @@ jobs:
66
- uses: conda-incubator/setup-miniconda@v3
67
if: steps.conda_cache.outputs.cache-hit != 'true'
68
with:
69
- miniforge-variant: Mambaforge
70
- miniforge-version: latest
+ miniforge-variant: Miniforge3
+ miniforge-version: latest
71
use-mamba: true
72
73
- name: Dump Conda Environment Info
@@ -108,8 +108,8 @@ jobs:
108
109
if: steps.binder_cache.outputs.cache-hit != 'true'
110
111
112
113
114
115
0 commit comments