From 97b3ab98a073de08e4a13107d74b1273b8c27d45 Mon Sep 17 00:00:00 2001 From: Yao Chi <later@usopp.net> Date: Thu, 8 Aug 2024 20:09:13 +0800 Subject: [PATCH] refine --- .github/workflows/workflow-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-ci.yml b/.github/workflows/workflow-ci.yml index 85145d52..c3a663f1 100644 --- a/.github/workflows/workflow-ci.yml +++ b/.github/workflows/workflow-ci.yml @@ -68,7 +68,7 @@ jobs: if: matrix.os == 'windows-latest' run: | cd ComfyUI - Start-Process -FilePath "python3" -ArgumentList "main.py --port 8188 --cpu" -NoNewWindow -RedirectStandardOutput "CON" -RedirectStandardError "CON" + Start-Process -FilePath "python3" -ArgumentList "main.py --port 8188 --cpu" -NoNewWindow cd custom_nodes/BizyAir Write-Output "Current directory: $(Get-Location)" python3 tests/test_examples.py