Skip to content

Commit

Permalink
Renable CI/CD testing on PyPy for all platforms.
Browse files Browse the repository at this point in the history
PyPy's Windows unicode handling transpired to be significantly different
enough that a PyPy+Windows specific test failure slipped in (#552).
  • Loading branch information
bwoodsend committed Jun 17, 2022
1 parent b47c3a7 commit fb6251e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
include:
- { python-version: "3.10", os: windows-latest }
- { python-version: "3.10", os: macos-latest }
- { python-version: "pypy-3.8", os: windows-latest }
- { python-version: "pypy-3.8", os: macos-latest }

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

0 comments on commit fb6251e

Please sign in to comment.