Skip to content

Commit

Permalink
Make pypy testing Linux-only
Browse files Browse the repository at this point in the history
  • Loading branch information
madig committed May 18, 2021
1 parent 21da6df commit f594ec4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ jobs:
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, "pypy3"]
python-version: [3.6, 3.7, 3.8, 3.9, "pypy-3.7"]
platform: [ubuntu-latest, windows-latest]
exclude:
- platform: windows-latest
python-version: "pypy-3.7"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit f594ec4

Please sign in to comment.