Skip to content

Commit

Permalink
Skip pypy tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasgeiter committed Jul 24, 2022
1 parent f23fcbd commit b45af80
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ jobs:
- 'pypy-3.6'
- 'pypy-3.7'
- 'pypy-3.8'
exclude:
- os: 'windows-latest'
python: 'pypy-3.6'
- os: 'windows-latest'
python: 'pypy-3.7'
- os: 'windows-latest'
python: 'pypy-3.8'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit b45af80

Please sign in to comment.