Skip to content

Commit

Permalink
set mamba to latest version for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pluflou committed Feb 3, 2025
1 parent d9fc77c commit 9116422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
mamba-version: "2.0.5"
activate-environment: badger-dev
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
#mamba-version: "2.0.5"
mamba-version: "2.0.5"
activate-environment: badger-dev
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 9116422

Please sign in to comment.