diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4e960c5a..fc79b108 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,6 +43,9 @@ jobs: - python: "3.9" os: "ubuntu-latest" transformers: "4.53.0" + exclude: # exclude python 3.9 on macos + - python: "3.9" + os: "macos-latest" runs-on: ${{ matrix.os }}