We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57bff5 commit 1af4aedCopy full SHA for 1af4aed
.github/workflows/test-backend.yml
@@ -6,6 +6,8 @@ jobs:
6
unittest:
7
8
runs-on: ${{ matrix.os }}
9
+ continue-on-error: ${{ startsWith(matrix.onnx-version, 'git+') }}
10
+
11
strategy:
12
matrix:
13
# Test current versions on all platforms
0 commit comments