Skip to content

Commit 19007fe

Browse files
authored
Use conda version 23.5.2 for conda pytorch build (#1477)
1 parent 941be28 commit 19007fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/build_pytorch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ for py_ver in "${DESIRED_PYTHON[@]}"; do
337337
# Build the package
338338
echo "Build $build_folder for Python version $py_ver"
339339
conda config --set anaconda_upload no
340-
conda install -y conda-package-handling conda==22.9.0
340+
conda install -y conda-package-handling conda==23.5.2
341341

342342
if [[ "$OSTYPE" == "msys" ]]; then
343343
# Don't run tests on windows (they were ignored mostly anyways)

0 commit comments

Comments
 (0)