integration_tests: re-enable reflex-web with windows override (#2436)
This commit is contained in:
parent
1a50a63b98
commit
3de36be5f4
6
.github/workflows/integration_tests.yml
vendored
6
.github/workflows/integration_tests.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user