Skip to content

Commit

Permalink
set solver
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Oct 4, 2024
1 parent 6dc458d commit a9e3dc2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/example-6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ jobs:
- uses: ./
with:
miniforge-variant: Miniforge3
# Use an old Miniforge (without conda-libmamba-solver) to allow updates to mamba v2
# 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' }}
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 a9e3dc2

Please sign in to comment.