Remove windows from test matrix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Valentin Brandl 2021-03-29 12:44:55 +02:00
parent 3b2a368df0
commit a2826c9922

View File

@ -69,7 +69,7 @@ jobs:
strategy:
matrix:
# add windows-latest when it is clear why tests are failing
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout sources