Skip to content

Commit 958cd14

Browse files
authored
Adjust setup-miniconda parameters (#195)
* Adjust setup-miniconda parameters This is in hopes of resolving sporadic errors. Ref: <conda-incubator/setup-miniconda#274> * Adjust setup-miniconda for benchmarks * Remove matrix entry in benchmarks
1 parent 4da56ec commit 958cd14

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/test.yml

+5-10
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,9 @@ jobs:
9898
- name: Set up Python ${{ matrix.python-version }}
9999
uses: conda-incubator/setup-miniconda@v2
100100
with:
101-
mamba-version: "*"
102-
channels: conda-forge,defaults
103-
channel-priority: true
101+
miniforge-variant: Mambaforge
102+
miniforge-version: latest
104103
python-version: ${{ matrix.python-version }}
105-
auto-update-conda: true
106104

107105
- name: Create matrix id
108106
id: matrix-id
@@ -166,11 +164,8 @@ jobs:
166164
- name: Set up Python 3.9
167165
uses: conda-incubator/setup-miniconda@v2
168166
with:
169-
mamba-version: "*"
170-
channels: conda-forge,defaults
171-
channel-priority: true
172-
python-version: 3.9
173-
auto-update-conda: true
167+
miniforge-variant: Mambaforge
168+
miniforge-version: latest
174169
- name: Install dependencies
175170
shell: bash -l {0}
176171
run: |
@@ -241,4 +236,4 @@ jobs:
241236
uses: codecov/codecov-action@v3
242237
with:
243238
directory: ./coverage/
244-
fail_ci_if_error: true
239+
fail_ci_if_error: true

0 commit comments

Comments
 (0)