8000 Windows nightly pin conda-build (#1936) · pytorch/builder@dbed482 · GitHub
[go: up one dir, main page]

Skip to content

Commit dbed482

Browse files
authored
Windows nightly pin conda-build (#1936)
1 parent b257544 commit dbed482

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
@@ -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
223+
retry conda install -yq conda-build=24.5.1
224224
fi
225225

226226
cd "$SOURCE_DIR"

0 commit comments

Comments
 (0)
0