Skip to content

Commit

Permalink
Disabled PyPy tests on Windows as they take 10-20x as long as other i…
Browse files Browse the repository at this point in the history
…mplementations & OSs
  • Loading branch information
aiudirog committed Oct 17, 2023
1 parent 6f53be8 commit d2464db
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ jobs:
- 'pypy-3.9-v7.3.12'
- 'pypy-3.10-v7.3.12'
os: ['ubuntu-latest', 'macOS-latest', 'windows-latest']
exclude:
- python: 'pypy-3.7'
os: 'windows-latest'
- python: 'pypy-3.8'
os: 'windows-latest'
- python: 'pypy-3.9-v7.3.12'
os: 'windows-latest'
- python: 'pypy-3.10-v7.3.12'
os: 'windows-latest'
steps:
- uses: actions/checkout@v4.1.0
- name: Set Up Python
Expand Down

0 comments on commit d2464db

Please sign in to comment.