We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da56ec commit 0b272c6Copy full SHA for 0b272c6
.github/workflows/test.yml
@@ -98,11 +98,9 @@ jobs:
98
- name: Set up Python ${{ matrix.python-version }}
99
uses: conda-incubator/setup-miniconda@v2
100
with:
101
- mamba-version: "*"
102
- channels: conda-forge,defaults
103
- channel-priority: true
+ miniforge-variant: Mambaforge
+ miniforge-version: latest
104
python-version: ${{ matrix.python-version }}
105
- auto-update-conda: true
106
107
- name: Create matrix id
108
id: matrix-id
@@ -241,4 +239,4 @@ jobs:
241
239
uses: codecov/codecov-action@v3
242
240
243
directory: ./coverage/
244
- fail_ci_if_error: true
+ fail_ci_if_error: true
0 commit comments