Skip to content

Commit

Permalink
disable windows tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Nov 5, 2020
1 parent 409df9a commit 6903899
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 @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
os: ["ubuntu-latest", "macos-latest"] #, "windows-latest"]
python-version: ["3.6", "3.7", "3.8"]
steps:
- name: Checkout
Expand Down

0 comments on commit 6903899

Please sign in to comment.