mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-12 15:20:51 +08:00
pip3 too
This commit is contained in:
parent
84d5dd0092
commit
60ec20b857
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
||||
pip uninstall -y $(pip list --format=freeze | grep opencv) &&
|
||||
rm -rf /usr/local/lib/python3.10/dist-packages/cv2/ || rm -rf /usr/local/lib/python3.11/dist-packages/cv2/ || rm -rf /usr/local/lib/python3.12/dist-packages/cv2/
|
||||
ln -s `which python3` /usr/bin/python || true
|
||||
ln -s `which pip3` /usr/bin/pip || true
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user