Skip to content

Commit

Permalink
Merge 84ca552 into cb38020
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 11, 2022
2 parents cb38020 + 84ca552 commit 663625a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "pypy-2.7"
- "pypy-3.7"

steps:
Expand Down Expand Up @@ -60,7 +61,7 @@ jobs:

- name: Report to coveralls
run: coveralls
if: "matrix.python-version != '2.7' && matrix.python-version != 'pypy2'"
if: "matrix.python-version != '2.7' && matrix.python-version != 'pypy-2.7'"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github
Expand Down

0 comments on commit 663625a

Please sign in to comment.