Skip to content

Commit

Permalink
Disable Windows tests on GitHub actions as they are hanging.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Jun 27, 2024
1 parent a8a9a5c commit b96fe7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
python-version: ['3.10', '3.11']
os: [macos-12, windows-2022]
os: [macos-12] # windows-2022
runs-on: ${{ matrix.os }}
steps:
- name: Set up Python
Expand Down

0 comments on commit b96fe7d

Please sign in to comment.