Skip to content

Commit 7846e19

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Remove temporary channel for python 3.11 (#7505)
Reviewed By: vmoens Differential Revision: D45183664 fbshipit-source-id: 22f50d23f01a5669ac9d5abf453a1be9f9df74b2
1 parent 2ad9c15 commit 7846e19

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)