removed windows

This commit is contained in:
Christopher Pickering 2022-07-06 12:21:28 -05:00
parent 48cb687aaa
commit c00c4983fb
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -41,9 +41,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
# remove macos, can't get xcode working yet for installing regex
# remove macos, can't get xcode working yet for installing regex
# remove windows-latest, half tests seem to randomly pass
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
python-version: [3.7, 3.8, 3.9, '3.10']
node: [ 12, 14, 16 ]
fail-fast: true