Skip to content

Commit

Permalink
fix: unsupported for non-matrix environments
Browse files Browse the repository at this point in the history
  • Loading branch information
agusmakmun committed Apr 4, 2024
1 parent 62aae7a commit 096a14b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ jobs:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest ]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.9-v7.x"]
include:
- python-version: pypy-3.9-v7.x
py: pypy3
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand All @@ -31,5 +28,5 @@ jobs:
python -m pip install --upgrade hatch
- name: Run tests
run: |
hatch run +py=${{ matrix.py || matrix.python-version }} cov
hatch run cov
shell: bash

0 comments on commit 096a14b

Please sign in to comment.