Skip to content

Commit 4d3d164

Browse files
authored
Switch back to upstream setup-python with PyPy fix [ci] (#10501)
1 parent bdc4dc1 commit 4d3d164

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ jobs:
4747
uses: actions/[email protected]
4848
- name: Set up Python ${{ matrix.python-version }}
4949
id: python
50-
# Custom with PyPy fix: https://github.com/actions/setup-python/pull/1110
51-
uses: cdce8p/[email protected]
50+
# Use unreleased version with PyPy fix: https://github.com/actions/setup-python/pull/1110
51+
# TODO move back to tagged versions for >5.6.0
52+
uses: actions/setup-python@88ffd4d597d830d67a7369dd33dcb72c0958a807
5253
with:
5354
python-version: ${{ matrix.python-version }}
5455
check-latest: true

0 commit comments

Comments
 (0)