Skip to content

Commit 5b07d6c

Browse files
authored
Remove temporary channel for python 3.11 (#7505)
1 parent 1c4f0c4 commit 5b07d6c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packaging/build_conda.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,4 @@ setup_visual_studio_constraint
1313
setup_junit_results_folder
1414
export CUDATOOLKIT_CHANNEL="nvidia"
1515

16-
if [[ "$PYTHON_VERSION" == "3.11" ]]; then
17-
export CONDA_CHANNEL_FLAGS="${CONDA_CHANNEL_FLAGS} -c malfet"
18-
fi
19-
2016
conda build -c $CUDATOOLKIT_CHANNEL $CONDA_CHANNEL_FLAGS --no-anaconda-upload --no-test --python "$PYTHON_VERSION" packaging/torchvision

0 commit comments

Comments
 (0)