Skip to content

Commit 8758e28

Browse files
committed
Fix CI
1 parent 085bd32 commit 8758e28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
-e "s/@GCC_VERSION@/${{ matrix.gcc-version }}.*/g" \
4444
devtools/conda-envs/build-${{ matrix.os }}.yml
4545
46-
- uses: conda-incubator/setup-miniconda@v2
46+
- uses: conda-incubator/setup-miniconda@v3
4747
name: "Prepare base dependencies"
4848
with:
4949
python-version: ${{ matrix.python-version }}
5050
activate-environment: build
5151
environment-file: devtools/conda-envs/build-${{ matrix.os }}.yml
5252
auto-activate-base: false
53-
miniforge-variant: Mambaforge
53+
miniforge-variant: Miniforge3
5454
use-mamba: true
5555

5656
- name: "Set SDK on MacOS (if needed)"

0 commit comments

Comments
 (0)