Skip to content

Commit c0c9720

Browse files
Fix stable release workflow not pulling latest comfy kitchen. (Comfy-Org#11695)
1 parent fc0cb10 commit c0c9720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stable-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
./python.exe get-pip.py
118118
./python.exe -s -m pip install ../${{ inputs.cache_tag }}_python_deps/*
119119
120-
grep comfyui ../ComfyUI/requirements.txt > ./requirements_comfyui.txt
120+
grep comfy ../ComfyUI/requirements.txt > ./requirements_comfyui.txt
121121
./python.exe -s -m pip install -r requirements_comfyui.txt
122122
rm requirements_comfyui.txt
123123

0 commit comments

Comments
 (0)