Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into include-oid-into-fo…
Browse files Browse the repository at this point in the history
…rmid
  • Loading branch information
ezag committed Oct 23, 2021
2 parents afd3668 + 1a6e9e0 commit 592e72f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
- "pypy3"
- "pypy-3.7"
os:
- "ubuntu-latest"
- "windows-latest"
Expand All @@ -32,7 +32,7 @@ jobs:
- os: "ubuntu-latest"
pytest-args: "--cov"
- os: "ubuntu-latest"
py: "pypy3"
py: "pypy-3.7"
pytest-args: ""
exclude:
# Linux and macOS don't have x86 python
Expand All @@ -42,7 +42,7 @@ jobs:
architecture: x86
# PyPy3 on Windows doesn't seem to work
- os: "windows-latest"
py: "pypy3"
py: "pypy-3.7"
name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 592e72f

Please sign in to comment.