Skip to content

Commit

Permalink
Use micromamba in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Jun 15, 2024
1 parent fc68a6a commit 2706d76
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,11 @@ jobs:
- name: Set windows env
if: matrix.os == 'windows-latest'
uses: ilammy/msvc-dev-cmd@v1

- name: Setup miniconda
uses: conda-incubator/setup-miniconda@v3
- name: Setup micromamba
uses: mamba-org/setup-micromamba@v1
with:
activate-environment: z5-build-env
auto-update-conda: true
channels: conda-forge
environment-file: .github/workflows/environment.yaml
python-version: ${{ matrix.python-version }}
auto-activate-base: false
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

- name: Build unix
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
Expand Down

0 comments on commit 2706d76

Please sign in to comment.