Skip to content

Commit

Permalink
CI: Run build and tests on Windows and MacOS too
Browse files Browse the repository at this point in the history
Adds Windows and MacOS runs to the build and test matrix.
It looks like the wheels get build successfully for releases,
but the tests were not yet run on non-linux systems.
  • Loading branch information
st-bender committed Apr 9, 2024
1 parent b91594f commit cfa1bf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
os: ubuntu-20.04
- python-version: "3.6"
os: ubuntu-20.04
- python-version: "3.x"
os: macos-latest
- python-version: "3.x"
os: windows-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cfa1bf6

Please sign in to comment.