Skip to content

Commit

Permalink
handle mambaforge deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Nov 6, 2024
1 parent e518538 commit b20654f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,10 @@ jobs:
- name: Check out the repository
uses: actions/checkout@v4

- name: Setup Mambaforge
- name: Setup Miniforge
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: biobuild
miniforge-variant: Mambaforge
channels: conda-forge,bioconda,defaults
auto-activate-base: false
miniforge-version: latest
Expand Down

0 comments on commit b20654f

Please sign in to comment.