We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390d2a8 commit 703d33dCopy full SHA for 703d33d
.github/workflows/build.yaml
@@ -77,11 +77,12 @@ jobs:
77
cache-environment: true
78
environment-file: dev/env-py38.yaml
79
post-cleanup: 'all'
80
- - name: additional setup
+ - name: additional setup spec
81
run: |
82
conda remove --yes --force bioimageio.spec || true # allow failure for cached env
83
pip install --no-deps git+https://github.com/bioimage-io/spec-bioimage-io
84
- pip install --no-deps -e .
+ - name: additional setup core
85
+ run: pip install --no-deps -e .
86
- name: pytest-spec-main
87
run: pytest --disable-pytest-warnings
88
0 commit comments