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 cee8573Copy full SHA for cee8573
.github/workflows/test.yml
@@ -80,11 +80,10 @@ 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
channels: conda-forge,defaults
85
channel-priority: true
86
python-version: ${{ matrix.python-version }}
87
- auto-update-conda: true
88
89
- name: Create matrix id
90
id: matrix-id
0 commit comments