Skip to content

Commit

Permalink
it's conda-solver
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Oct 4, 2024
1 parent 2fc1dad commit 5f71b9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/example-6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
# conda-libmamba-solver is released with libmamba v2 compatibility.
miniforge-version:
${{ matrix.mamba-version == '2' && '23.1.0-0' || 'latest' }}
solver: ${{ matrix.mamba-version == '2' && 'classic' || 'libmamba' }}
conda-solver:
${{ matrix.mamba-version == '2' && 'classic' || 'libmamba' }}
python-version: "3.11"
mamba-version: ${{ matrix.mamba-version }}
channels: conda-forge,nodefaults
Expand Down

0 comments on commit 5f71b9c

Please sign in to comment.