Skip to content

Commit 00c8b41

Browse files
Fix for recent failures in setup-miniconda
See conda-incubator/setup-miniconda#274.
1 parent e71bd78 commit 00c8b41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ jobs:
9595
- name: Set up Python ${{ matrix.python-version }}
9696
uses: conda-incubator/setup-miniconda@v2
9797
with:
98-
mamba-version: "*"
98+
miniforge-variant: Mambaforge
99+
miniforge-version: latest
99100
channels: conda-forge,defaults
100101
channel-priority: true
101102
python-version: ${{ matrix.python-version }}
102-
auto-update-conda: true
103103

104104
- name: Create matrix id
105105
id: matrix-id
@@ -164,11 +164,11 @@ jobs:
164164
- name: Set up Python 3.9
165165
uses: conda-incubator/setup-miniconda@v2
166166
with:
167-
mamba-version: "*"
167+
miniforge-variant: Mambaforge
168+
miniforge-version: latest
168169
channels: conda-forge,defaults
169170
channel-priority: true
170171
python-version: 3.9
171-
auto-update-conda: true
172172
- name: Install dependencies
173173
shell: bash -l {0}
174174
run: |

0 commit comments

Comments
 (0)