We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c497c88 commit 65141fbCopy full SHA for 65141fb
.github/workflows/validate_resources.yaml
@@ -104,6 +104,9 @@ jobs:
104
conda-forge::bioimageio.spec
105
continue-on-error: true # we inspect this step's outcome in dynamic_validation.py
106
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
110
- name: get artifact name wo forward slashes
111
id: artifact_name
112
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