From d9542a2903bcea390b2d273f2d46f20b91c88c55 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Thu, 12 Dec 2024 16:51:34 +0100 Subject: [PATCH] Workaround for actions/setup-python#981 --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bb58704edd..db8c150173 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,6 +63,9 @@ jobs: - platform: ubuntu-latest python: "3.10" distutils: stdlib + # TODO: Re-evaluate the need for the following workaround + exclude: + - {python: "3.9", platform: "macos-latest"} # actions/setup-python#981 runs-on: ${{ matrix.platform }} continue-on-error: ${{ matrix.python == '3.14' }} env: