Skip to content

Commit

Permalink
split additional setup
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Oct 14, 2024
1 parent 390d2a8 commit 703d33d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,12 @@ jobs:
cache-environment: true
environment-file: dev/env-py38.yaml
post-cleanup: 'all'
- name: additional setup
- name: additional setup spec
run: |
conda remove --yes --force bioimageio.spec || true # allow failure for cached env
pip install --no-deps git+https://github.com/bioimage-io/spec-bioimage-io
pip install --no-deps -e .
- name: additional setup core
run: pip install --no-deps -e .
- name: pytest-spec-main
run: pytest --disable-pytest-warnings

Expand Down

0 comments on commit 703d33d

Please sign in to comment.