Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
doombeaker committed Aug 8, 2024
1 parent b0312a8 commit 97b3ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97b3ab9

Please sign in to comment.