소스 검색

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

Masen Furer 1 년 전
부모
커밋
1916cf2277
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      .github/workflows/integration_tests.yml

+ 3 - 1
.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" ]