From 3de36be5f4d742e2208ec3eceb217d1f88642f66 Mon Sep 17 00:00:00 2001 From: Masen Furer <m_github@0x26.net> Date: Wed, 24 Jan 2024 12:49:57 -0800 Subject: [PATCH] integration_tests: re-enable reflex-web with windows override (#2436) --- .github/workflows/integration_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 2d32bc2ca..0e4e627e5 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -102,12 +102,12 @@ jobs: fail-fast: false matrix: # Show OS combos first in GUI - # 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 ] + os: [ ubuntu-latest, windows-latest, macos-latest ] python-version: [ "3.10.10", "3.11.4" ] node-version: [ "16.x" ] + env: + REFLEX_WEB_WINDOWS_OVERRIDE: "1" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4