mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-03 01:50:11 +00:00
Specify pypy version
- The pypy v7.3.13, used by GitHub Actions, was failing. So I force to use pypy v7.3.12 that was passing. - The original PR was done by @EwoutH at #334 and modified by @willianrocha at #398.
This commit is contained in:
parent
8af7d85a74
commit
55eee298ec
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy-3.9']
|
||||
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy-3.9-7.3.12']
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
Loading…
x
Reference in New Issue
Block a user