Skip to content

Commit

Permalink
use Miniforge3 instead of mambaforge
Browse files Browse the repository at this point in the history
  • Loading branch information
k-dominik committed Nov 28, 2023
1 parent 38eb37f commit 04f9a14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: ilastik-env
auto-activate-base: false
auto-update-conda: true
environment-file: .github/workflows/etc/ilastik-env.yaml
miniforge-variant: Mambaforge
miniforge-variant: Miniforge3
use-mamba: true
- name: linux test
if: matrix.os == 'ubuntu-latest'
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:
activate-environment: ""
auto-activate-base: true
auto-update-conda: true
miniforge-variant: Mambaforge
miniforge-variant: Miniforge3
use-mamba: true
- name: install build deps
run: mamba install -n base -c conda-forge boa setuptools_scm -y
Expand Down

0 comments on commit 04f9a14

Please sign in to comment.