Skip to content

Commit

Permalink
try removing windows
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Jan 14, 2021
1 parent b45f612 commit ae4124e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Expand Up @@ -8,7 +8,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macOS-10.15]
# os: [ubuntu-20.04, windows-2019, macOS-10.15]
os: [ubuntu-20.04, macOS-10.15]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ae4124e

Please sign in to comment.