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.
2 parents 7331cc2 + 8218aad commit dc4bac2Copy full SHA for dc4bac2
.github/workflows/main.yml
@@ -77,15 +77,14 @@ jobs:
77
tests/env
78
key: ${{ runner.os }}-test-env-${{ hashFiles('tests/test-env.yml') }}
79
80
- - uses: conda-incubator/setup-miniconda@v2
+ - uses: conda-incubator/setup-miniconda@v3
81
if: steps.conda_cache.outputs.cache-hit != 'true'
82
with:
83
channels: conda-forge,defaults
84
channel-priority: true
85
activate-environment: ""
86
- # mamba-version: "*"
+ mamba-version: "*"
87
use-mamba: true
88
- miniforge-variant: Mambaforge
89
90
- name: Dump Conda Environment Info
91
shell: bash -l {0}
0 commit comments