Skip to content

Commit

Permalink
fix(ci): comment out windows in CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Feb 19, 2024
1 parent 645ee12 commit 83a83fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
fail-fast: true
matrix:
python-version: ["3.11"]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest]
# os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 83a83fb

Please sign in to comment.