Skip to content

Commit

Permalink
Merge pull request #77 from klauer/ci_os
Browse files Browse the repository at this point in the history
CI: run CI on Windows and macOS as well
  • Loading branch information
klauer authored Jul 27, 2023
2 parents ee629ba + 0e62b23 commit 2bd8165
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ on:

jobs:
pytest:
name: Python ${{ matrix.python-version }} testing
runs-on: ubuntu-latest
name: ${{ matrix.os }} - Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11"]

env:
Expand Down

0 comments on commit 2bd8165

Please sign in to comment.