Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aefb00a

Browse files
authored
Merge pull request #29424 from charris/backport-29407
MAINT: use a stable pypy release in CI
2 parents 727a4a2 + 69523ed commit aefb00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
persist-credentials: false
8383
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
8484
with:
85-
python-version: 'pypy3.11-nightly'
85+
python-version: 'pypy3.11-v7.3.20'
8686
- name: Setup using scipy-openblas
8787
run: |
8888
python -m pip install -r requirements/ci_requirements.txt

0 commit comments

Comments
 (0)