mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 14:20:49 +08:00
include curl
This commit is contained in:
parent
4015e59be5
commit
c9598ec26d
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
steps:
|
||||
- run: |
|
||||
apt update || true
|
||||
apt install -y nodejs python3 python3-pip git build-essential ffmpeg libsm6 libxext6 || true
|
||||
apt install -y curl nodejs python3 python3-pip git build-essential ffmpeg libsm6 libxext6 || true
|
||||
pip uninstall -y $(pip list --format=freeze | grep opencv) || true
|
||||
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/ || true
|
||||
ln -s `which python3` /usr/bin/python || true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user