Skip to content

Commit

Permalink
CI: use miniforge instead of discontinued mambaforge
Browse files Browse the repository at this point in the history
  • Loading branch information
lang-m committed Feb 5, 2025
1 parent aa805f5 commit 2b6ea48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
activate-environment: conda-environment
environment-file: binder/environment.yml
miniforge-version: latest
miniforge-variant: Mambaforge
use-mamba: true

- name: Install testing packages
run: python -m pip install --upgrade pip pytest-cov nbval
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
activate-environment: conda-environment
environment-file: .github/environment.yml
miniforge-version: latest
miniforge-variant: Mambaforge
use-mamba: true

# The first import (of discretisedfield) on Windows produces a failure in the notebook tests
# (output mismatch) because of some (hidden) message on stderr (some IO error on Windows that
Expand Down

0 comments on commit 2b6ea48

Please sign in to comment.