Skip to content

Commit

Permalink
infra(ci): exclude Windows + PyPy3 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed May 23, 2022
1 parent c3ddd7e commit 2739938
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: windows-latest
python-version: "pypy3"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2739938

Please sign in to comment.