From 1916cf2277a56eb19ee3045b81bd99f6af7e90e9 Mon Sep 17 00:00:00 2001 From: Masen Furer Date: Thu, 18 Jan 2024 12:53:35 -0800 Subject: [PATCH] integration tests: disable windows builds for reflex-web (#2417) --- .github/workflows/integration_tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 822b8936e..2d32bc2ca 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -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" ]