| commit | bf9676180f70dea255b2b686dc28480f02408771 | [log] [tgz] |
|---|---|---|
| author | bddppq <bai@in.tum.de> | Mon May 14 16:28:39 2018 -0700 |
| committer | GitHub <noreply@github.com> | Mon May 14 16:28:39 2018 -0700 |
| tree | ba766ecb3475ffbdf076ae84c6216f6bdcbf4e4d | |
| parent | 1666b54068351005c829274222e8b74f6fd201da [diff] |
Update the name of env var for triggering integrated conda build (#7557)
diff --git a/scripts/build_anaconda.sh b/scripts/build_anaconda.sh index 217e40c..4497a33 100755 --- a/scripts/build_anaconda.sh +++ b/scripts/build_anaconda.sh
@@ -113,7 +113,7 @@ if [[ -n $CONDA_INSTALL_LOCALLY ]]; then install_locally=1 fi -if [[ -n $BUILD_INTEGRATED ]]; then +if [[ -n $INTEGRATED ]]; then pytorch_too=1 fi