File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed
collection/10.5281/zenodo.7689187 Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,9 @@ jobs:
104104 conda-forge::bioimageio.spec
105105 continue-on-error : true # we inspect this step's outcome in dynamic_validation.py
106106 timeout-minutes : 60
107+ - name : install minimal script dependencies if val env failed
108+ if : ${{ steps.create_env.outcome != 'success' }}
109+ run : pip install typer bioimageio.spec
107110 - name : get artifact name wo forward slashes
108111 id : artifact_name
109112 run : echo ::set-output name=name::dynamic_validation_artifact_$(echo ${{ matrix.resource_id }}_${{ matrix.version_id }}_${{ matrix.weight_format }} | sed 's#/##g')
Original file line number Diff line number Diff line change 1+ doi : 10.5281/zenodo.7689187
2+ id : 10.5281/zenodo.7689187
3+ nickname : lucky-spider
4+ nickname_icon : 🕷
5+ owners :
6+ - 187273
7+ status : blocked
8+ type : model
9+ versions :
10+ - created : ' 2023-03-01 16:38:02.883867'
11+ doi : 10.5281/zenodo.7689188
12+ name : 2D Arabidopsis Apical Stem Cells
13+ status : accepted
14+ version_id : ' 7689188'
15+ version_name : version 1
16+ rdf_source : https://zenodo.org/api/files/3bb914b0-72d9-4547-bfaf-1a1d87483b56/rdf.yaml
Original file line number Diff line number Diff line change @@ -70,5 +70,9 @@ config:
7070 repository : CellProfiling/HPA-model-zoo
7171 branch : master
7272 collection_file_name : manifest.bioimage.io.yaml
73+ - id : icy
74+ repository : bioimage-io/icy-bioimage-io
75+ branch : main
76+ collection_file_name : collection.yaml
7377
7478collection : []
You can’t perform that action at this time.
0 commit comments