Skip to content

Commit

Permalink
Fix pip3 install command in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed Jul 11, 2024
1 parent 70aa011 commit 8e81b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ runs:
shell: bash -el {0}
run: |
cd ${{ github.action_path }}
pip3 install -r ${{ github.action_path }} -r requirements.txt
pip3 install -r requirements.txt
python default-models-prep.py --cache-directory ~/.cache/comfy-actions-runner/modelcache --live-directory "$GITHUB_WORKSPACE/models"
- name: '[Unix] Run ComfyUI quick test'
Expand Down

0 comments on commit 8e81b3f

Please sign in to comment.