Skip to content

Commit

Permalink
chore(ci): Use setup-python action on self-hosted arm64 runner (#602)
Browse files Browse the repository at this point in the history
This fixes the python-wheels action (failing on main).
  • Loading branch information
paleolimbot authored Sep 4, 2024
1 parent ee26444 commit 9aa1414
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ jobs:
fetch-tags: true

- uses: actions/setup-python@v5
if: matrix.config.label != 'linux-arm64'
with:
python-version: "3.12"

Expand Down

0 comments on commit 9aa1414

Please sign in to comment.