Revert f37699d682 to fix perf test.

This commit is contained in:
Josh Matthews 2018-07-17 12:03:13 -04:00 committed by GitHub
parent e1f4604e66
commit 8084cf882d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,8 +39,8 @@ fi
# Make sure we're running with an up-to-date warc test repo
git -C ${WARC_DIR} pull --progress
virtualenv venv ./perf-venv --python="$(which python3)"
PS1="" source ./perf-venv/bin/activate
virtualenv venv --python="$(which python3)"
PS1="" source venv/bin/activate
# `PS1` must be defined before activating virtualenv
pip install \
"boto3>=1.4.0" \