Skip to content

Commit

Permalink
Make sure package_type is set (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Sep 15, 2022
1 parent 36fa108 commit 61300cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda/pytorch-nightly/build.sh
Original file line number Diff line number Diff line change
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 61300cf

Please sign in to comment.