Skip to content

Commit 0b272c6

Browse files
authored
Adjust setup-miniconda parameters
This is in hopes of resolving sporadic errors. Ref: <conda-incubator/setup-miniconda#274>
1 parent 4da56ec commit 0b272c6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
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
@@ -241,4 +239,4 @@ jobs:
241239
uses: codecov/codecov-action@v3
242240
with:
243241
directory: ./coverage/
244-
fail_ci_if_error: true
242+
fail_ci_if_error: true

0 commit comments

Comments
 (0)