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 8f48ae8 commit 3daec4dCopy full SHA for 3daec4d
.github/workflows/unit_tests_core.yml
@@ -45,13 +45,10 @@ jobs:
45
46
- name: Run unit_test
47
run: |
48
- set -x
49
- status=0
50
export TF2ONNX_TEST_BACKEND=onnxruntime
51
export TF2ONNX_TEST_OPSET=${{ matrix.opset_version }}
52
export TF2ONNX_SKIP_TFLITE_TESTS=False
53
export TF2ONNX_SKIP_TFJS_TESTS=True
54
export TF2ONNX_SKIP_TF_TESTS=False
55
python -m pytest --cov=tf2onnx --cov-report=term --disable-pytest-warnings -r s tests --cov-append
56
- exit $status
57
0 commit comments