From e2cbc48a4026eb09b511e41a250e16afc743549a Mon Sep 17 00:00:00 2001 From: Lendemor Date: Fri, 25 Oct 2024 18:24:52 +0200 Subject: [PATCH] skip windows on reflex-web --- .github/workflows/integration_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 1a6c3e8bf..7717ef265 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -29,7 +29,7 @@ env: # - Best effort print lines that contain illegal chars (map to some default char, etc.) PYTHONIOENCODING: 'utf8' TELEMETRY_ENABLED: false - NODE_OPTIONS: '--max_old_space_size=8192 --expose-gc' + NODE_OPTIONS: '--max_old_space_size=8192' PR_TITLE: ${{ github.event.pull_request.title }} jobs: @@ -122,7 +122,7 @@ jobs: fail-fast: false matrix: # Show OS combos first in GUI - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] python-version: ['3.10.11', '3.11.4'] env: