Skip to content

Commit 2f4116c

Browse files
authored
Exclude pypy-3.6 on macOS. (#26)
1 parent 47b4008 commit 2f4116c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,8 @@ jobs:
396396
exclude:
397397
- os: Windows
398398
python-version: pypy-3.6
399+
- os: macOS
400+
python-version: pypy-3.6
399401

400402
continue-on-error: >-
401403
${{

0 commit comments

Comments
 (0)