Skip to content

Commit 67eebf6

Browse files
skshetrypmrowla
authored andcommitted
Only run on ubuntu
1 parent b24399b commit 67eebf6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-20.04, windows-latest, macos-latest]
25-
pyv: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.8']
25+
pyv: ['3.7', '3.8', '3.9', '3.10']
26+
include:
27+
- os: ubuntu-latest
28+
pyv: 'pypy-3.8'
2629

2730
steps:
2831
- name: Check out the repository

0 commit comments

Comments
 (0)