Skip to content

Commit

Permalink
Update CI mamba version
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Jan 8, 2025
1 parent 2566b76 commit 0011eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
miniforge-version: latest
python-version: "3.11"
mamba-version: "1.5.10"
mamba-version: "*"
activate-environment: test-environment
channels: conda-forge

Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
with:
miniforge-version: latest
python-version: ${{ matrix.python-version }}
mamba-version: "1.5.10"
mamba-version: "*"
activate-environment: test-environment
channels: conda-forge

Expand Down

0 comments on commit 0011eaa

Please sign in to comment.