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 f4d789d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/etc/build-env.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: build-env
channels:
- conda-forge
- ilastik-forge
dependencies:
- conda-build
- setuptools_scm
- boa
11 changes: 4 additions & 7 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 @@ -64,13 +63,11 @@ jobs:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: ""
auto-activate-base: true
activate-environment: build-env
environment-file: .github/workflows/etc/build-env.yaml
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
- name: linux conda build test
if: matrix.os == 'ubuntu-latest'
shell: bash -l {0}
Expand Down

0 comments on commit f4d789d

Please sign in to comment.