Skip to content

Commit 84422fd

Browse files
committed
Merge branch 'main' into auto-update-10.5281/zenodo.7261974
2 parents 9e71824 + 65141fb commit 84422fd

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

.github/workflows/validate_resources.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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')
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

collection_rdf_template.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

7478
collection: []

0 commit comments

Comments
 (0)