Skip to content

Commit aab7439

Browse files
committed
chore: fix the test ci
1 parent 0ee9ca3 commit aab7439

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
conda install -c conda-forge gxx=11 gcc=11 libsndfile -y
5959
pip install uv
6060
uv pip install torch==2.8 torchvision==0.23 --index-url https://download.pytorch.org/whl/cu128
61-
uv pip install -e ".[ci]"
61+
uv pip install -e ".[ci]" --no-build-isolation
6262
- name: Setup ComfyUI
6363
run: |
6464
source $(conda info --base)/etc/profile.d/conda.sh

0 commit comments

Comments
 (0)