Skip to content
Merged
Prev Previous commit
Next Next commit
add missing import
  • Loading branch information
xadupre committed Nov 13, 2023
commit 9fc696e6e30f7f27a964ee6adeb48313b3985f40
2 changes: 1 addition & 1 deletion _unittests/ut_npx/test_npx.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from onnx.reference import ReferenceEvaluator
from onnx.shape_inference import infer_shapes

from onnx_array_api.ext_test_case import ExtTestCase, ignore_warnings
from onnx_array_api.ext_test_case import ExtTestCase, ignore_warnings, skipif_ci_windows
from onnx_array_api.reference import ExtendedReferenceEvaluator
from onnx_array_api.npx import ElemType, eager_onnx, jit_onnx
from onnx_array_api.npx.npx_core_api import (
Expand Down