Skip to content

Commit

Permalink
CI: Add python.version="pypy-3.10" to test pipeline
Browse files Browse the repository at this point in the history
* PREPARED, but DISABLED: python.version="pypy-2.7"
  REASON: Some behave.tests are failing.
  • Loading branch information
jenisys committed Jul 9, 2023
1 parent a6cd096 commit 3f193a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
fail-fast: false
matrix:
# PREPARED: os: [ubuntu-latest, macos-latest, windows-latest]
# PREPARED: python-version: ["3.11", "3.10", "3.9", "3.8", "pypy-3.10"]
# PREPARED: python-version: ["3.11", "3.10", "3.9", "pypy-3.10", "pypy-2.7"]
os: [ubuntu-latest]
python-version: ["3.11", "3.10", "3.9"]
python-version: ["3.11", "3.10", "3.9", "pypy-3.10"]
steps:
- uses: actions/checkout@v3
# DISABLED: name: Setup Python ${{ matrix.python-version }} on platform=${{ matrix.os }}
Expand Down

0 comments on commit 3f193a1

Please sign in to comment.