mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-28 23:30:16 +08:00
nodejs is required to execute the runner
This commit is contained in:
parent
39d9fc8c5d
commit
b854c17700
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -y python3 python3-setuptools git build-essential ffmpeg libsm6 libxext6
|
apt install -y nodejs python3 python3-setuptools git build-essential ffmpeg libsm6 libxext6
|
||||||
pip uninstall -y $(pip list --format=freeze | grep opencv) &&
|
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/
|
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/
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user