diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19a50d73..20f4fdfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: name: to-${{ matrix.torch }}-tr-${{ matrix.transformers }}-ci ${{ matrix.os }}-${{ matrix.python }} runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ubuntu-latest] python: ['3.10', '3.11', '3.12', '3.13'] diff --git a/_unittests/ut_torch_models/test_hghub_api.py b/_unittests/ut_torch_models/test_hghub_api.py index 10a9689e..2a52d37b 100644 --- a/_unittests/ut_torch_models/test_hghub_api.py +++ b/_unittests/ut_torch_models/test_hghub_api.py @@ -28,6 +28,7 @@ class TestHuggingFaceHubApi(ExtTestCase): + @unittest.skip("https://github.com/sdpython/onnx-diagnostic/issues/242") @requires_transformers("4.50") # we limit to some versions of the CI @requires_torch("2.7") @ignore_errors(OSError) # connectivity issues diff --git a/_unittests/ut_xrun_doc/test_check_ort_float16.py b/_unittests/ut_xrun_doc/test_check_ort_float16.py index ce6f57e3..29bc1e73 100644 --- a/_unittests/ut_xrun_doc/test_check_ort_float16.py +++ b/_unittests/ut_xrun_doc/test_check_ort_float16.py @@ -128,6 +128,7 @@ def common_scatter(self, opset, providers, dtype, reduction, expected_names): short_list = [(a, b) for a, b in exe_providers if a is not None and b is not None] self.assertEqual(short_list, [("CUDAExecutionProvider", o) for o in expected_names]) + @unittest.skip("https://github.com/sdpython/onnx-diagnostic/issues/240") @requires_cuda() @ignore_warnings(DeprecationWarning) def test_scatterels_cuda(self): @@ -156,6 +157,7 @@ def test_scatterels_cuda(self): expected[dtype, reduction], ) + @unittest.skip("https://github.com/sdpython/onnx-diagnostic/issues/240") @requires_cuda() @ignore_warnings(DeprecationWarning) def test_scatternd_cuda(self): @@ -184,6 +186,7 @@ def test_scatternd_cuda(self): expected[dtype, reduction], ) + @unittest.skip("https://github.com/sdpython/onnx-diagnostic/issues/240") @ignore_warnings(DeprecationWarning) def test_scatterels_cpu(self): default_value = [ @@ -217,6 +220,7 @@ def test_scatterels_cpu(self): expected[dtype, reduction], ) + @unittest.skip("https://github.com/sdpython/onnx-diagnostic/issues/240") @ignore_warnings(DeprecationWarning) def test_scatternd_cpu(self): default_value = [