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 085bd32 commit 8758e28Copy full SHA for 8758e28
.github/workflows/CI.yml
@@ -43,14 +43,14 @@ jobs:
43
-e "s/@GCC_VERSION@/${{ matrix.gcc-version }}.*/g" \
44
devtools/conda-envs/build-${{ matrix.os }}.yml
45
46
- - uses: conda-incubator/setup-miniconda@v2
+ - uses: conda-incubator/setup-miniconda@v3
47
name: "Prepare base dependencies"
48
with:
49
python-version: ${{ matrix.python-version }}
50
activate-environment: build
51
environment-file: devtools/conda-envs/build-${{ matrix.os }}.yml
52
auto-activate-base: false
53
- miniforge-variant: Mambaforge
+ miniforge-variant: Miniforge3
54
use-mamba: true
55
56
- name: "Set SDK on MacOS (if needed)"
0 commit comments