We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e273225 commit c777ec2Copy full SHA for c777ec2
.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: "24.11.0-1"
+ miniforge-variant: Miniforge
+ 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