Skip to content

Commit 3859e26

Browse files
committed
CI tests: Use miniconda instead of miniforge
This is to prevent errors in the "Post install conda" step.
1 parent 1277cac commit 3859e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Install Conda
3535
uses: conda-incubator/setup-miniconda@v3
3636
with:
37-
miniforge-version: latest
38-
auto-update-conda: true
37+
channels: conda-forge
38+
conda-remove-defaults: "true"
3939
python-version: ${{ matrix.PYTHON_VERSION }}
4040
- name: Checkout Spyder from git
4141
if: matrix.SPYDER_SOURCE == 'git'

0 commit comments

Comments
 (0)