We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc4dc1 commit 4d3d164Copy full SHA for 4d3d164
.github/workflows/tests.yaml
@@ -47,8 +47,9 @@ jobs:
47
uses: actions/[email protected]
48
- name: Set up Python ${{ matrix.python-version }}
49
id: python
50
- # Custom with PyPy fix: https://github.com/actions/setup-python/pull/1110
51
- 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
52
+ uses: actions/setup-python@88ffd4d597d830d67a7369dd33dcb72c0958a807
53
with:
54
python-version: ${{ matrix.python-version }}
55
check-latest: true
0 commit comments