Skip to content

Commit

Permalink
Remove Windows tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fepegar committed Oct 24, 2021
1 parent cb3546d commit b93c9bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
unit:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# TODO: add windows-latest
os: [ubuntu-latest, macos-latest]
python: ['3.6', '3.7', '3.8', '3.9']

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b93c9bb

Please sign in to comment.