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 bbdac0b commit cb8fbd7Copy full SHA for cb8fbd7
.github/workflows/validate_resources.yaml
@@ -91,6 +91,7 @@ jobs:
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
95
- name: get artifact name wo forward slashes
96
id: artifact_name
97
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