Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Oct 4, 2024
1 parent e64f70f commit 2fc1dad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/example-6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ jobs:
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
# 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' }}
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 }}
Expand Down

0 comments on commit 2fc1dad

Please sign in to comment.