There was an error while loading. Please reload this page.
1 parent 0ee9ca3 commit aab7439Copy full SHA for aab7439
1 file changed
.github/workflows/pr-test.yaml
@@ -58,7 +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 -e ".[ci]"
+ uv pip install -e ".[ci]" --no-build-isolation
62
- name: Setup ComfyUI
63
run: |
64
source $(conda info --base)/etc/profile.d/conda.sh
0 commit comments