Skip to content

Commit

Permalink
run pytest on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Mar 19, 2024
1 parent 6d49325 commit ae48937
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,12 @@ jobs:
. ./prepare-and-run-mypy.sh python3 mypy
pytest:
name: Pytest on Py${{ matrix.python-version }}
runs-on: ubuntu-latest
name: Pytest on Py${{ matrix.python-version }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.x", "pypy3.8"]
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
-
Expand Down

0 comments on commit ae48937

Please sign in to comment.