Skip to content

Commit

Permalink
fix: use mambaforge for setup-miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill888 committed Jan 17, 2023
1 parent f540822 commit c476103
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,8 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
if: steps.conda_cache.outputs.cache-hit != 'true'
with:
channels: conda-forge,defaults
channel-priority: true
activate-environment: ""
mamba-version: "*"
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true

- name: Dump Conda Environment Info
Expand Down Expand Up @@ -110,10 +108,8 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
if: steps.binder_cache.outputs.cache-hit != 'true'
with:
channels: conda-forge
channel-priority: true
activate-environment: ""
mamba-version: "*"
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true

- name: Dump Conda Environment Info
Expand Down

0 comments on commit c476103

Please sign in to comment.