diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f9d0fd555a..c6f5078613 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -557,8 +557,7 @@ jobs: - name: Test Fuse run: CL=1 RANGEIFY=2 python3 -m pytest --durations 20 test/test_softmax_fusion.py -k "not test_auto_softmax" - name: Test ONNX - # test_resize_upsample_scales_cubic_align_corners_cpu timed out - run: CL=1 RANGEIFY=1 python -m pytest -n=auto test/external/external_test_onnx_backend.py -k "not test_resize_upsample_scales_cubic_align_corners_cpu" --durations=20 + run: CL=1 RANGEIFY=1 python -m pytest -n=auto test/external/external_test_onnx_backend.py --durations=20 testdevectorize: name: Linux (devectorize)