Skip to content

Commit

Permalink
CI: switch to miniforge
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-lauer committed Sep 5, 2024
1 parent 9406561 commit c546e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/conda-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ inputs:
runs:
using: "composite"
steps:
- name: Setup Mambaforge
- name: Setup Miniforge
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
activate-environment: ${{ inputs.env_name }}
miniforge-version: latest
use-mamba: true
channels: conda-forge
- name: Update Python version in environment.yml
Expand Down

0 comments on commit c546e6f

Please sign in to comment.