Skip to content

Commit cb8fbd7

Browse files
committed
ignore errors when removing tqdm
1 parent bbdac0b commit cb8fbd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate_resources.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
- name: remove tqdm to avoid spamming logs
9292
shell: bash -l {0}
9393
run: conda remove --yes --force tqdm
94+
continue-on-error: true
9495
- name: get artifact name wo forward slashes
9596
id: artifact_name
9697
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)