Skip to content

Commit

Permalink
Update test-conda.yml
Browse files Browse the repository at this point in the history
Mambaforge is being sunset (see https://conda-forge.org/news/2024/07/29/sunsetting-mambaforge/) because miniforge is now essentially the same. This PR removes the mambaforge variant and switches to using miniforge for the tests.
  • Loading branch information
edeno authored Oct 3, 2024
1 parent 368e771 commit a604b77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
with:
activate-environment: spyglass
environment-file: environment.yml
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
- name: Install apt dependencies
Expand Down

0 comments on commit a604b77

Please sign in to comment.