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 47a6dcf commit 6bb0a7dCopy full SHA for 6bb0a7d
.github/workflows/example-6.yml
@@ -49,13 +49,7 @@ jobs:
49
- uses: ./
50
with:
51
miniforge-variant: Miniforge3
52
- # Use an old Miniforge (without conda-libmamba-solver) to allow updates to mamba v2.
53
- # Set the solver to classic for those too. This can be removed when
54
- # conda-libmamba-solver is released with libmamba v2 compatibility.
55
- miniforge-version:
56
- ${{ matrix.mamba-version == '2' && '23.1.0-0' || 'latest' }}
57
- conda-solver:
58
- ${{ matrix.mamba-version == '2' && 'classic' || 'libmamba' }}
+ miniforge-version: latest
59
python-version: "3.11"
60
mamba-version: ${{ matrix.mamba-version }}
61
channels: conda-forge,nodefaults
0 commit comments