Skip to content

Commit

Permalink
Yeet Windows into the sun
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Nov 10, 2024
1 parent 202db52 commit 5e6dd13
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:
Expand All @@ -42,17 +42,15 @@ jobs:
make install
- name: Run unit tests
if: matrix.os != 'windows-latest'
run: |
pytest
- name: Test BMI
if: ${{ matrix.python-version == '3.12' }} && matrix.os != 'windows-latest'
if: ${{ matrix.python-version == '3.12' }}
run: |
make test-bmi
- name: Run examples
if: matrix.os != 'windows-latest'
working-directory: ${{ github.workspace }}/examples
run: |
python debug.py

0 comments on commit 5e6dd13

Please sign in to comment.