From 6b50951c26f39c21530f3080cddc3d2bc20f28e5 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Fri, 7 Apr 2023 12:01:37 -0400 Subject: [PATCH] Remove temporary channel for python 3.11 (#7505) --- packaging/build_conda.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packaging/build_conda.sh b/packaging/build_conda.sh index f2ccc62d39a..ec171f82729 100755 --- a/packaging/build_conda.sh +++ b/packaging/build_conda.sh @@ -13,8 +13,4 @@ setup_visual_studio_constraint setup_junit_results_folder export CUDATOOLKIT_CHANNEL="nvidia" -if [[ "$PYTHON_VERSION" == "3.11" ]]; then - export CONDA_CHANNEL_FLAGS="${CONDA_CHANNEL_FLAGS} -c malfet" -fi - conda build -c $CUDATOOLKIT_CHANNEL $CONDA_CHANNEL_FLAGS --no-anaconda-upload --no-test --python "$PYTHON_VERSION" packaging/torchvision