Skip to content

Switch back to upstream setup-python with PyPy fix [ci] #10501

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
uses: actions/[email protected]
- name: Set up Python ${{ matrix.python-version }}
id: python
# Custom with PyPy fix: https://github.com/actions/setup-python/pull/1110
uses: cdce8p/[email protected]
# Use unreleased version with PyPy fix: https://github.com/actions/setup-python/pull/1110
# TODO move back to tagged versions for >5.6.0
uses: actions/setup-python@88ffd4d597d830d67a7369dd33dcb72c0958a807
with:
python-version: ${{ matrix.python-version }}
check-latest: true
Expand Down
Loading