Skip to content

Commit

Permalink
remove windows to test other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkahn committed Feb 25, 2024
1 parent e79f364 commit 3ebe087
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2022, macOS-12]
# os: [ubuntu-20.04, windows-2022, macOS-12]
os: [ubuntu-20.04, macOS-12]
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3ebe087

Please sign in to comment.