There was an error while loading. Please reload this page.
1 parent a24a670 commit 616eab9Copy full SHA for 616eab9
1 file changed
.github/workflows/pr-test.yaml
@@ -54,6 +54,7 @@ jobs:
54
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
55
which python
56
echo "Installing dependencies"
57
+ conda install -c conda-forge gxx=11 gcc=11 -y
58
pip install torch==2.8 torchvision==0.23 --index-url https://download.pytorch.org/whl/cu128
59
pip install -e ".[ci]"
60
- name: Setup ComfyUI
0 commit comments