Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
doombeaker committed Jul 30, 2024
1 parent a35683c commit 439c5ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
- name: Run ComfyUI
run: |
cd ComfyUI && ls -lh
export PYTHONPATH=`pwd`:$PYTHONPATH
nohup python main.py --cpu --port 8188 &
env:
PYTHONPATH: ${{ github.workspace }}/ComfyUI

- name: Run tests
run: |
Expand Down

0 comments on commit 439c5ca

Please sign in to comment.