Unverified Commit 05ca824e authored by Francisco Massa's avatar Francisco Massa Committed by GitHub
Browse files

Fix CI for py2.7 cu100 wheels (#1354)

* [TEST][DO NOT MERGE] Testing CI

* Try fixing build
parent 21110d93
......@@ -43,10 +43,7 @@ setup_cuda() {
# CUDA builds (in which case, use default)
if [[ -z "$NO_CUDA_PACKAGE" ]]; then
export VERSION_SUFFIX="$PYTORCH_VERSION_SUFFIX"
# If the suffix is non-empty, we will use a wheel subdirectory
if [[ -n "$PYTORCH_VERSION_SUFFIX" ]]; then
export WHEEL_DIR="$CU_VERSION/"
fi
export WHEEL_DIR="$CU_VERSION/"
fi
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment