Skip to content

Commit 1af4aed

Browse files
authored
Allow failure for the latest ONNX and TF in CI (onnx#840)
Allow failure for the latest ONNX and TF in CI Signed-off-by: Chin Huang <[email protected]>
1 parent c57bff5 commit 1af4aed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-backend.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
unittest:
77

88
runs-on: ${{ matrix.os }}
9+
continue-on-error: ${{ startsWith(matrix.onnx-version, 'git+') }}
10+
911
strategy:
1012
matrix:
1113
# Test current versions on all platforms

0 commit comments

Comments
 (0)