Skip to content

Commit 3daec4d

Browse files
committed
Correct windows script.
Signed-off-by: Jay Zhang <jiz@microsoft.com>
1 parent 8f48ae8 commit 3daec4d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/unit_tests_core.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,10 @@ jobs:
4545
4646
- name: Run unit_test
4747
run: |
48-
set -x
49-
status=0
5048
export TF2ONNX_TEST_BACKEND=onnxruntime
5149
export TF2ONNX_TEST_OPSET=${{ matrix.opset_version }}
5250
export TF2ONNX_SKIP_TFLITE_TESTS=False
5351
export TF2ONNX_SKIP_TFJS_TESTS=True
5452
export TF2ONNX_SKIP_TF_TESTS=False
5553
python -m pytest --cov=tf2onnx --cov-report=term --disable-pytest-warnings -r s tests --cov-append
56-
exit $status
5754

0 commit comments

Comments
 (0)