Skip to content

Commit 616eab9

Browse files
committed
use conda's c++
1 parent a24a670 commit 616eab9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +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
5758
pip install torch==2.8 torchvision==0.23 --index-url https://download.pytorch.org/whl/cu128
5859
pip install -e ".[ci]"
5960
- name: Setup ComfyUI

0 commit comments

Comments
 (0)