Skip to content

Commit

Permalink
revert workarounds for 2024's conda-libmamba-solver
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jan 20, 2025
1 parent 47a6dcf commit 6bb0a7d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/example-6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,7 @@ jobs:
- uses: ./
with:
miniforge-variant: Miniforge3
# Use an old Miniforge (without conda-libmamba-solver) to allow updates to mamba v2.
# Set the solver to classic for those too. This can be removed when
# conda-libmamba-solver is released with libmamba v2 compatibility.
miniforge-version:
${{ matrix.mamba-version == '2' && '23.1.0-0' || 'latest' }}
conda-solver:
${{ matrix.mamba-version == '2' && 'classic' || 'libmamba' }}
miniforge-version: latest
python-version: "3.11"
mamba-version: ${{ matrix.mamba-version }}
channels: conda-forge,nodefaults
Expand Down

0 comments on commit 6bb0a7d

Please sign in to comment.