Skip to content

Commit 738aaf9

Browse files
committed
update
1 parent 616eab9 commit 738aaf9

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
@@ -54,7 +54,7 @@ jobs:
5454
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
5555
which python
5656
echo "Installing dependencies"
57-
conda install -c conda-forge gxx=11 gcc=11 -y
57+
conda install -c conda-forge gxx=11 gcc=11 libsndfile -y
5858
pip install torch==2.8 torchvision==0.23 --index-url https://download.pytorch.org/whl/cu128
5959
pip install -e ".[ci]"
6060
- name: Setup ComfyUI

0 commit comments

Comments
 (0)