Skip to content

Commit

Permalink
parameterize mamba versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Oct 1, 2024
1 parent 1a66b28 commit 0c12b94
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 @@ -30,6 +30,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
mamba-version: ["1.5.10", "2"]
include:
- os: ubuntu-latest
activate-environment: anaconda-client-env
Expand All @@ -47,7 +48,7 @@ jobs:
with:
miniforge-variant: Miniforge3
python-version: "3.11"
mamba-version: "*"
mamba-version: ${{ matrix.mamba-version }}
channels: conda-forge,nodefaults
channel-priority: true
activate-environment: ${{ matrix.activate-environment }}
Expand Down

0 comments on commit 0c12b94

Please sign in to comment.