Skip to content

Commit

Permalink
Remove pypy3 unittest due to broken dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Jul 7, 2022
1 parent f5098cf commit 0e2c0d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy3']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v2
Expand All @@ -25,4 +25,3 @@ jobs:
coverage run -m unittest -v
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
continue-on-error: ${{ matrix.python-version == 'pypy3' }}

0 comments on commit 0e2c0d3

Please sign in to comment.