Skip to content

Commit

Permalink
Mambaforge to Miniforge3 (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
HGWright authored Jan 17, 2025
1 parent cd522d1 commit 05fbf33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
- name: "mambaforge setup (python ${{ matrix.python-version }})"
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-variant: Miniforge3
miniforge-version: latest
channels: conda-forge,defaults
channels: conda-forge
channel-priority: true
auto-update-conda: true
environment-file: "requirements/locks/py${{ matrix.python-version }}-linux-64.lock"
Expand Down

0 comments on commit 05fbf33

Please sign in to comment.