Skip to content

Commit

Permalink
readd testing for windows and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Aug 15, 2024
1 parent f05ad5e commit 0788e46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
numpy-pandas-version: [">=1.0, <2.0", ">=2.0, <3.0"]

Expand All @@ -40,6 +40,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
make install-build-requirements
make install-test-requirements
make install
Expand Down

0 comments on commit 0788e46

Please sign in to comment.