Skip to content

Commit

Permalink
Make sure package_type is set (pytorch#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored and jithunnair-amd committed Nov 1, 2022
1 parent 6dd80e4 commit f59376b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda/pytorch-nightly/build.sh
Expand Up @@ -8,6 +8,7 @@ export PYTORCH_BUILD_VERSION=$PKG_VERSION
export PYTORCH_BUILD_NUMBER=$PKG_BUILDNUM
export USE_LLVM="/opt/llvm_no_cxx11_abi"
export LLVM_DIR="$USE_LLVM/lib/cmake/llvm"
export PACKAGE_TYPE="conda"

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

0 comments on commit f59376b

Please sign in to comment.