Skip to content

Commit

Permalink
switch to miniforge
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel.oranyeli committed Oct 1, 2024
1 parent a94f13b commit 3495271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
miniforge-variant: Mambaforge
miniforge-variant: Miniforge
environment-file: environment-dev.yml
use-mamba: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
miniforge-variant: Mambaforge
miniforge-variant: Miniforge
channels: conda-forge
environment-file: environment-dev.yml
use-mamba: true
Expand Down

0 comments on commit 3495271

Please sign in to comment.