diff --git a/.github/workflows/example-6.yml b/.github/workflows/example-6.yml index a8972dd5..1644c604 100644 --- a/.github/workflows/example-6.yml +++ b/.github/workflows/example-6.yml @@ -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