Skip to content

Commit 6bb0a7d

Browse files
committed
revert workarounds for 2024's conda-libmamba-solver
1 parent 47a6dcf commit 6bb0a7d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/example-6.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,7 @@ jobs:
4949
- uses: ./
5050
with:
5151
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' }}
52+
miniforge-version: latest
5953
python-version: "3.11"
6054
mamba-version: ${{ matrix.mamba-version }}
6155
channels: conda-forge,nodefaults

0 commit comments

Comments
 (0)