Skip to content

Commit

Permalink
CI fix: Mambaforge is deprecated and mamba in now the default installer
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton authored and mkolopanis committed Sep 19, 2024
1 parent c80821e commit f126a9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/macosx_windows_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup Minimamba
- name: Setup Miniforge
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
python-version: ${{ matrix.python-version }}
environment-file: ci/${{ matrix.env_name }}.yml
activate-environment: ${{ matrix.env_name }}
Expand Down

0 comments on commit f126a9a

Please sign in to comment.