Skip to content

Commit d1aee18

Browse files
committed
fix conda build
1 parent e692eff commit d1aee18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda/pytorch-sparse/build_conda.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ echo "- $CONDA_PYTORCH_CONSTRAINT"
4040
echo "- $CONDA_CUDATOOLKIT_CONSTRAINT"
4141

4242
if [ "${CUDA_VERSION}" = "cu116" ]; then
43-
conda build . -c pytorch -c default -c nvidia -c conda-forge --output-folder "$HOME/conda-bld"
43+
conda build . -c pytorch -c pyg -c default -c nvidia -c conda-forge --output-folder "$HOME/conda-bld"
4444
else
45-
conda build . -c pytorch -c default -c nvidia --output-folder "$HOME/conda-bld"
45+
conda build . -c pytorch -c pyg -c default -c nvidia --output-folder "$HOME/conda-bld"
4646
fi

0 commit comments

Comments
 (0)