File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,12 @@ jobs:
8888 bioimageio.spec
8989 continue-on-error : true # we inspect this step's outcome in dynamic_validation.py
9090 timeout-minutes : 60
91- - name : remove tqdm to avoid spamming logs
92- shell : bash -l {0}
93- run : conda remove --yes --force tqdm
94- continue-on-error : true
91+ # atm bioimageio.core imports directly from tqdm, PR to import from spec is on the way...
92+ # todo: remove tqdm to avoid spamming logs
93+ # - name: remove tqdm to avoid spamming logs
94+ # shell: bash -l {0}
95+ # run: conda remove --yes --force tqdm
96+ # continue-on-error: true
9597 - name : get artifact name wo forward slashes
9698 id : artifact_name
9799 run : echo ::set-output name=name::dynamic_validation_artifact_$(echo ${{ matrix.resource_id }}_${{ matrix.version_id }}_${{ matrix.weight_format }} | sed 's#/##g')
You can’t perform that action at this time.
0 commit comments