Skip to content

Commit 14c7a6d

Browse files
committed
Fix typo
1 parent 465c6d0 commit 14c7a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/build_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ if [[ "$CU_VERSION" == cu115 ]]; then
1818
export CUDATOOLKIT_CHANNEL="conda-forge"
1919
fi
2020

21-
conda build -c defaults -c conda-forge $CONDA_CHANNEL_FLAGS --no-anaconda-upload --python "$PYTHON_VERSION" packaging/torchvision
21+
conda build -c defaults -c $CUDATOOLKIT_CHANNEL $CONDA_CHANNEL_FLAGS --no-anaconda-upload --python "$PYTHON_VERSION" packaging/torchvision

0 commit comments

Comments
 (0)