mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +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:
|
||||
- run: |
|
||||
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) &&
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user