Skip to content

Commit

Permalink
Merge pull request #14 from hsorby/main
Browse files Browse the repository at this point in the history
DIsable testing on GitHub actions windows machines
  • Loading branch information
hsorby authored Jun 27, 2024
2 parents c42d3e5 + d6c85fe commit 1b35aa0
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 1b35aa0

Please sign in to comment.