Skip to content

Commit

Permalink
fix pypy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas van Oostveen committed Sep 9, 2022
1 parent b0a6a79 commit e33dfef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- 3.8
- 3.9
- "3.10"
- pypy3
- "pypy3.9"
tox-django-version:
- "32"
- "40"
Expand All @@ -28,13 +28,13 @@ jobs:
exclude:
- python-version: "3.7"
tox-django-version: "40"
- python-version: "pypy3"
- python-version: "pypy3.9"
tox-django-version: "40"
- python-version: "3.6"
tox-django-version: "41"
- python-version: "3.7"
tox-django-version: "41"
- python-version: "pypy3"
- python-version: "pypy3.9"
tox-django-version: "41"
steps:
- name: Checkout
Expand Down

0 comments on commit e33dfef

Please sign in to comment.