Skip to content

Commit 5ef727c

Browse files
Disable auto-update-conda and use miniforge-variant
1 parent 865d6d3 commit 5ef727c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ jobs:
8080
- name: Set up Python ${{ matrix.python-version }}
8181
uses: conda-incubator/setup-miniconda@v2
8282
with:
83-
mamba-version: "*"
83+
miniforge-variant: Mambaforge
84+
miniforge-version: latest
8485
channels: conda-forge,defaults
8586
channel-priority: true
8687
python-version: ${{ matrix.python-version }}
87-
auto-update-conda: true
8888

8989
- name: Create matrix id
9090
id: matrix-id

0 commit comments

Comments
 (0)