integration tests: disable windows builds for reflex-web (#2417)

This commit is contained in:
Masen Furer 2024-01-18 12:53:35 -08:00 committed by GitHub
parent 2c270585ab
commit 1916cf2277
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,7 +102,9 @@ jobs:
fail-fast: false
matrix:
# Show OS combos first in GUI
os: [ ubuntu-latest, windows-latest, macos-latest ]
# os: [ ubuntu-latest, windows-latest, macos-latest ]
# XXX: windows builds are disabled for now due to "EMFILE: too many open files"
os: [ ubuntu-latest, macos-latest ]
python-version: [ "3.10.10", "3.11.4" ]
node-version: [ "16.x" ]