Skip to content

Commit 58813cd

Browse files
authored
[ci] Fix PyPy venv caching issue (#10392)
1 parent ad14b5b commit 58813cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
uses: actions/[email protected]
5050
- name: Set up Python ${{ matrix.python-version }}
5151
id: python
52-
uses: actions/[email protected]
52+
# Custom with PyPy fix: https://github.com/actions/setup-python/pull/1110
53+
uses: cdce8p/[email protected]
5354
with:
5455
python-version: ${{ matrix.python-version }}
5556
check-latest: true

0 commit comments

Comments
 (0)