Skip to content

Commit

Permalink
Use micromamba everywhere in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Aug 18, 2023
1 parent 445e69f commit dd45d91
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ jobs:
fail-fast: true
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
- name: Set up Conda env
uses: mamba-org/setup-micromamba@875557da4ee020f18df03b8910a42203fbf02da1
with:
miniforge-variant: Mambaforge
miniforge-version: 22.9.0-2
use-mamba: true
environment-file: environment.yml
activate-environment: vscode-binder
cache-environment: true
- shell: bash -el {0}
run:
python -m build
Expand Down

0 comments on commit dd45d91

Please sign in to comment.