mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-12 07:10:52 +08:00
Link for python3
This commit is contained in:
parent
8cdc246450
commit
8909d9c731
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -30,6 +30,7 @@ jobs:
|
||||
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/
|
||||
ln -s `which python3` /usr/bin/python
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user