Skip to content

Commit e18f03e

Browse files
authored
Exclude running PyPy on Windows in nightlies (#625)
1 parent 3a8f51b commit e18f03e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly_runner.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
matrix:
1212
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.9']
1313
os: [ ubuntu-20.04, windows-latest ]
14+
exclude:
15+
- os: windows-latest
16+
python-version: pypy-3.9
1417
fail-fast: false
1518
steps:
1619
- name: Setup Python

0 commit comments

Comments
 (0)