Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Sep 12, 2024
1 parent 8b867db commit da6c21e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/build/macos/comfy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ runs:
pip install comfy-cli
cd assets
comfy --skip-prompt --here install --fast-deps --m-series --manager-url https://github.com/Comfy-Org/manager-core
cd ComfyUI
cd ../
comfy --here standalone --platform macos
- name: Sign Wheels
uses: ./.github/actions/build/macos/signwheel
- name: finish
shell: sh
run: |
cd assets/ComfyUI
cd ../
comfy --here standalone --platform macos
comfy standalone --rehydrate
ls

0 comments on commit da6c21e

Please sign in to comment.