There was an error while loading. Please reload this page.
1 parent 92e4695 commit 8f41840Copy full SHA for 8f41840
1 file changed
.github/workflows/pr-test.yaml
@@ -58,6 +58,7 @@ jobs:
58
conda install -c conda-forge gxx=11 gcc=11 libsndfile -y
59
pip install uv
60
uv pip install torch==2.8 torchvision==0.23 --index-url https://download.pytorch.org/whl/cu128
61
+ uv pip install ninja setuptools Cython
62
uv pip install -e ".[ci]" --no-build-isolation
63
- name: Setup ComfyUI
64
run: |
0 commit comments