Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit 3b1aaf8

Browse files
committed
Install Miniforge explicitly in CI
1 parent e5c187b commit 3b1aaf8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v3
3030
- uses: r-lib/actions/setup-tinytex@v2
31-
- uses: conda-incubator/setup-miniconda@v2
31+
- uses: conda-incubator/setup-miniconda@v3
3232
with:
33+
miniforge-version: latest
3334
auto-update-conda: true
3435
python-version: ${{ matrix.python-version }}
36+
channels: conda-forge
37+
conda-remove-defaults: true
3538

3639
- name: Install core dependencies.
3740
shell: bash -l {0}

0 commit comments

Comments
 (0)