Merge pull request #334 from HenriquesLab/bmz_model_export_update #180
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 Collection | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
branches: [master] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: install bioimageio.spec | |
run: pip install bioimageio.spec lxml | |
- name: validate collection | |
run: bioimageio validate-partner-collection manifest.bioimage.io.yaml |