Skip to content

Commit

Permalink
use of miniforge instead of mamba forge
Browse files Browse the repository at this point in the history
  • Loading branch information
Zybulon committed Sep 8, 2024
1 parent 74c52c0 commit 9b04f05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name : Setup miniforge
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-variant: Miniforge
python-version: ${{ matrix.PYTHON_VERSION }}
mamba-version: "*"
use-mamba: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name : Setup miniforge
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-variant: Miniforge
python-version: ${{ matrix.PYTHON_VERSION }}
mamba-version: "*"
use-mamba: true
Expand Down

0 comments on commit 9b04f05

Please sign in to comment.