Skip to content

Commit 703d33d

Browse files
committed
split additional setup
1 parent 390d2a8 commit 703d33d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,12 @@ jobs:
7777
cache-environment: true
7878
environment-file: dev/env-py38.yaml
7979
post-cleanup: 'all'
80-
- name: additional setup
80+
- name: additional setup spec
8181
run: |
8282
conda remove --yes --force bioimageio.spec || true # allow failure for cached env
8383
pip install --no-deps git+https://github.com/bioimage-io/spec-bioimage-io
84-
pip install --no-deps -e .
84+
- name: additional setup core
85+
run: pip install --no-deps -e .
8586
- name: pytest-spec-main
8687
run: pytest --disable-pytest-warnings
8788

0 commit comments

Comments
 (0)