Skip to content

Commit 61300cf

Browse files
authored
Make sure package_type is set (#1139)
1 parent 36fa108 commit 61300cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conda/pytorch-nightly/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export PYTORCH_BUILD_VERSION=$PKG_VERSION
88
export PYTORCH_BUILD_NUMBER=$PKG_BUILDNUM
99
export USE_LLVM="/opt/llvm_no_cxx11_abi"
1010
export LLVM_DIR="$USE_LLVM/lib/cmake/llvm"
11+
export PACKAGE_TYPE="conda"
1112

1213
# set OPENSSL_ROOT_DIR=/opt/openssl if it exists
1314
if [[ -e /opt/openssl ]]; then

0 commit comments

Comments
 (0)