mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-15 08:40:50 +08:00
Fix pip3 package installation
This commit is contained in:
parent
60ec20b857
commit
f227722104
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
steps:
|
||||
- run: |
|
||||
apt update
|
||||
apt install -y nodejs python3 python3-setuptools git build-essential ffmpeg libsm6 libxext6
|
||||
apt install -y nodejs python3 python3-pip git build-essential ffmpeg libsm6 libxext6
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user