Skip to content

Commit

Permalink
temporarily disable windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejekyll authored and djc committed Sep 2, 2022
1 parent 379469a commit def7ff9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
#os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit def7ff9

Please sign in to comment.