Skip to content

Commit 65141fb

Browse files
committed
install minimal script deps if val env failed
1 parent c497c88 commit 65141fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-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')

0 commit comments

Comments
 (0)