From 9aa1414797b08d8e25063a644cabfcad0f001009 Mon Sep 17 00:00:00 2001 From: Dewey Dunnington Date: Wed, 4 Sep 2024 14:53:09 -0500 Subject: [PATCH] chore(ci): Use setup-python action on self-hosted arm64 runner (#602) This fixes the python-wheels action (failing on main). --- .github/workflows/python-wheels.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/python-wheels.yaml b/.github/workflows/python-wheels.yaml index c1dee715c..3e8b723a6 100644 --- a/.github/workflows/python-wheels.yaml +++ b/.github/workflows/python-wheels.yaml @@ -106,7 +106,6 @@ jobs: fetch-tags: true - uses: actions/setup-python@v5 - if: matrix.config.label != 'linux-arm64' with: python-version: "3.12"