Unverified Commit 5b07d6c9 authored by Andrey Talman's avatar Andrey Talman Committed by GitHub
Browse files

Remove temporary channel for python 3.11 (#7505)

parent 1c4f0c49
...@@ -13,8 +13,4 @@ setup_visual_studio_constraint ...@@ -13,8 +13,4 @@ setup_visual_studio_constraint
setup_junit_results_folder setup_junit_results_folder
export CUDATOOLKIT_CHANNEL="nvidia" 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 conda build -c $CUDATOOLKIT_CHANNEL $CONDA_CHANNEL_FLAGS --no-anaconda-upload --no-test --python "$PYTHON_VERSION" packaging/torchvision
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment