We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cdb934 commit 0b51c4fCopy full SHA for 0b51c4f
conda/build_pytorch.sh
@@ -342,13 +342,14 @@ for py_ver in "${DESIRED_PYTHON[@]}"; do
342
# Build the package
343
echo "Build $build_folder for Python version $py_ver"
344
conda config --set anaconda_upload no
345
- conda install -y conda-package-handling
346
- # NS: To be removed after conda docker images are updated
347
- conda update -y conda-build
+ conda install -y conda-package-handling conda==22.9.0
348
349
if [[ "$OSTYPE" == "msys" ]]; then
350
# Don't run tests on windows (they were ignored mostly anyways)
351
NO_TEST="--no-test"
+ else
+ # NS: To be removed after conda docker images are updated
352
+ conda update -y conda-build
353
fi
354
355
echo "Calling conda-build at $(date)"
0 commit comments