Skip to content

Commit

Permalink
Remove temporary channel for python 3.11 (#7505) (#7532)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Apr 19, 2023
1 parent 3a17f14 commit fa99a53
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packaging/build_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fa99a53

Please sign in to comment.