Skip to content

Commit

Permalink
infra(ci): exclude macOS + PyPy3 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed May 23, 2022
1 parent 2739938 commit eb2b22f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
exclude:
- os: windows-latest
python-version: "pypy3"
- os: macos-latest
python-version: "pypy3"

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

0 comments on commit eb2b22f

Please sign in to comment.