From 6bb0a7dc2351fdec89edced69e08bc253ba85702 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Mon, 20 Jan 2025 15:55:19 +0100 Subject: [PATCH] revert workarounds for 2024's conda-libmamba-solver --- .github/workflows/example-6.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/example-6.yml b/.github/workflows/example-6.yml index 7066125a..e5256a2f 100644 --- a/.github/workflows/example-6.yml +++ b/.github/workflows/example-6.yml @@ -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