From ade9a4e034309be5c9bbbad81c8bb7363bcb7965 Mon Sep 17 00:00:00 2001 From: Yoland Yan <4950057+yoland68@users.noreply.github.com> Date: Tue, 20 May 2025 10:13:06 -0700 Subject: [PATCH] Add Window run back --- .github/workflows/test-ci.yml | 56 +++++++++++++++++------------------ 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index 418dca0a..21a7cbc3 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -20,9 +20,9 @@ jobs: strategy: fail-fast: false matrix: - # os: [macos, linux, windows] - os: [macos, linux] - python_version: ["3.9", "3.10", "3.11", "3.12"] + os: [macos, linux, windows] + # os: [macos, linux] + python_version: ["3.10", "3.11", "3.12"] cuda_version: ["12.1"] torch_version: ["stable"] include: @@ -32,9 +32,9 @@ jobs: - os: linux runner_label: [self-hosted, Linux] flags: "" - # - os: windows - # runner_label: [self-hosted, Windows] - # flags: "" + - os: windows + runner_label: [self-hosted, Windows] + flags: "" runs-on: ${{ matrix.runner_label }} steps: - name: Test Workflows @@ -46,28 +46,28 @@ jobs: google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }} comfyui_flags: ${{ matrix.flags }} - # test-win-nightly: - # strategy: - # fail-fast: true - # matrix: - # os: [windows] - # python_version: ["3.9", "3.10", "3.11", "3.12"] - # cuda_version: ["12.1"] - # torch_version: ["nightly"] - # include: - # - os: windows - # runner_label: [self-hosted, Windows] - # flags: "" - # runs-on: ${{ matrix.runner_label }} - # steps: - # - name: Test Workflows - # uses: comfy-org/comfy-action@main - # with: - # os: ${{ matrix.os }} - # python_version: ${{ matrix.python_version }} - # torch_version: ${{ matrix.torch_version }} - # google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }} - # comfyui_flags: ${{ matrix.flags }} + test-win-nightly: + strategy: + fail-fast: true + matrix: + os: [windows] + python_version: ["3.10", "3.11", "3.12"] + cuda_version: ["12.1"] + torch_version: ["nightly"] + include: + - os: windows + runner_label: [self-hosted, Windows] + flags: "" + runs-on: ${{ matrix.runner_label }} + steps: + - name: Test Workflows + uses: comfy-org/comfy-action@main + with: + os: ${{ matrix.os }} + python_version: ${{ matrix.python_version }} + torch_version: ${{ matrix.torch_version }} + google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }} + comfyui_flags: ${{ matrix.flags }} test-unix-nightly: strategy: