Skip to content

Commit 760beff

Browse files
test - fix pypy versions?
1 parent 56683eb commit 760beff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: "windows-pypy3"
4343
python: "pypy3"
4444
os: windows-latest
45-
tox_env: "pypy3"
45+
tox_env: "pypy3.7"
4646
- name: "ubuntu-py37-pytestmain"
4747
python: "3.7"
4848
os: ubuntu-latest
@@ -69,7 +69,7 @@ jobs:
6969
tox_env: "py310"
7070
use_coverage: true
7171
- name: "ubuntu-pypy3"
72-
python: "pypy3"
72+
python: "pypy3.7"
7373
os: ubuntu-latest
7474
tox_env: "pypy3"
7575
use_coverage: true

0 commit comments

Comments
 (0)