Skip to content

Commit

Permalink
Disable PyPy (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 23, 2020
1 parent 2240f96 commit ce7ff2c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,11 @@ jobs:
pyver: 3.8
- os: windows
no-extensions: 'Y'
include:
- pyver: pypy3
no-extensions: 'Y'
os: ubuntu
# pypy 3.7 exists in beta and doesn't work well yet
# include:
# - pyver: pypy3
# no-extensions: 'Y'
# os: ubuntu
fail-fast: true
runs-on: ${{ matrix.os }}-latest
timeout-minutes: 15
Expand Down

0 comments on commit ce7ff2c

Please sign in to comment.