Section errata StarDist_3D_ZeroCostDL4Mic.ipynb #240
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: validate zero collection | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout | |
uses: actions/checkout@v2 | |
- name: install bioimageio.spec | |
run: pip install bioimageio.spec lxml | |
- name: validate collection | |
run: bioimageio validate-partner-collection manifest.bioimage.io.yaml |