8000 [Windows nightly] Use conda=22.9.0 and conda-build=3.26.1 (#1938) · pytorch/builder@d9e7bdb · GitHub
[go: up one dir, main page]

Skip to content

Commit d9e7bdb

Browse files
authored
[Windows nightly] Use conda=22.9.0 and conda-build=3.26.1 (#1938)
1 parent b3e350c commit d9e7bdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda/build_pytorch.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ elif [[ "$OSTYPE" == "msys" ]]; then
220220
pushd $tmp_conda
221221
export PATH="$(pwd):$(pwd)/Library/usr/bin:$(pwd)/Library/bin:$(pwd)/Scripts:$(pwd)/bin:$PATH"
222222
popd
223-
retry conda install -yq conda-build=24.5.1
223+
retry conda install -yq conda-build=3.26.1
224224
fi
225225

226226
cd "$SOURCE_DIR"
@@ -357,7 +357,7 @@ for py_ver in "${DESIRED_PYTHON[@]}"; do
357357
# Don't run tests on windows (they were ignored mostly anyways)
358358
NO_TEST="--no-test"
359359
# Fow windows need to keep older conda version
360-
conda install -y conda-package-handling conda==23.7.0
360+
conda install -y conda-package-handling conda==22.9.0
361361
else
362362
conda install -y conda-package-handling conda==23.5.2
363363
fi

0 commit comments

Comments
 (0)
0