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 3c22d80 commit d3dda20Copy full SHA for d3dda20
.github/workflows/ci-tests.yml
@@ -59,9 +59,9 @@ jobs:
59
- name: "mambaforge setup (python ${{ matrix.python-version }})"
60
uses: conda-incubator/setup-miniconda@v3
61
with:
62
- miniforge-variant: Mambaforge
+ miniforge-variant: Miniforge3
63
miniforge-version: latest
64
- channels: conda-forge,defaults
+ channels: conda-forge
65
channel-priority: true
66
auto-update-conda: true
67
environment-file: "requirements/locks/py${{ matrix.python-version }}-linux-64.lock"
0 commit comments