From 7aff08b156f2ab3bbe6a5017e3edf2ccb56e7bd3 Mon Sep 17 00:00:00 2001 From: Ella Charlaix Date: Tue, 10 Dec 2024 16:54:51 +0100 Subject: [PATCH] disable for macos --- .github/workflows/test_onnxruntime.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_onnxruntime.yml b/.github/workflows/test_onnxruntime.yml index b20a3b46f88..1f4e127ccb8 100644 --- a/.github/workflows/test_onnxruntime.yml +++ b/.github/workflows/test_onnxruntime.yml @@ -51,6 +51,7 @@ jobs: run: pip install transformers==${{ matrix.transformers-version }} - name: Test with pytest (in series) + if: ${{ matrix.os != 'macos-15' }} run: | pytest tests/onnxruntime -m "run_in_series" --durations=0 -vvvv -s