Skip to content

Commit

Permalink
Try just testing against Windows
Browse files Browse the repository at this point in the history
Refs #1626
  • Loading branch information
simonw authored Feb 2, 2022
1 parent 21b61a1 commit 4b4d0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [windows-latest] # macos-latest, ubuntu-latest
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4b4d0e1

Please sign in to comment.