Skip to content

Commit

Permalink
Don't run tests or examples on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Nov 10, 2024
1 parent b31f396 commit ad4f3bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ jobs:
- name: Run examples
working-directory: ${{ github.workspace }}/examples
if: matrix.os != 'windows-latest'
run: |
python debug.py

0 comments on commit ad4f3bf

Please sign in to comment.