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 865d6d3 commit 5ef727cCopy full SHA for 5ef727c
.github/workflows/test.yml
@@ -80,11 +80,11 @@ jobs:
80
- name: Set up Python ${{ matrix.python-version }}
81
uses: conda-incubator/setup-miniconda@v2
82
with:
83
- mamba-version: "*"
+ miniforge-variant: Mambaforge
84
+ miniforge-version: latest
85
channels: conda-forge,defaults
86
channel-priority: true
87
python-version: ${{ matrix.python-version }}
- auto-update-conda: true
88
89
- name: Create matrix id
90
id: matrix-id
0 commit comments