Skip to content

Commit

Permalink
Remove mambaforge for miniforge
Browse files Browse the repository at this point in the history
  • Loading branch information
roceb committed Oct 1, 2024
1 parent 70b5b49 commit 076c66c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: "3.11"
auto-update-conda: true
channels: conda-forge,defaults
miniforge-variant: Mambaforge
miniforge-variant: Miniforge3
use-mamba: true
channel-priority: strict
show-channel-urls: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: "3.11"
auto-update-conda: true
channels: conda-forge,defaults
miniforge-variant: Mambaforge
miniforge-variant: Miniforge3
use-mamba: true
channel-priority: strict
show-channel-urls: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_and_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python-version: ${{ matrix.python-version }}
auto-update-conda: true
channels: conda-forge,defaults
miniforge-variant: Mambaforge
miniforge-variant: Miniforge3
use-mamba: true
channel-priority: strict
show-channel-urls: true
Expand Down

0 comments on commit 076c66c

Please sign in to comment.