remove windows builds (#796)

This commit is contained in:
Krishna Vedala 2021-02-05 14:50:20 -05:00 committed by GitHub
parent 14d29d559a
commit 604ec7d2b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ jobs:
needs: [MainSequence]
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@master
with: