Merge "Fix typo with build_env"
This commit is contained in:
commit
73b426d7a2
@ -12,6 +12,6 @@ for BRANCH in $BRANCHES; do
|
||||
git --git-dir=$WORKING_DIR/.git show $BRANCH:upper-constraints.txt \
|
||||
2>/dev/null > /tmp/upper-constraints.txt || true
|
||||
rm -rf build_env
|
||||
virtualenv -p $PYTHON_VERSION $build_env
|
||||
virtualenv -p $PYTHON_VERSION build_env
|
||||
build_env/bin/pip --verbose wheel -r /tmp/upper-constraints.txt -w $WHEELHOUSE_DIR || true
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user