Skip to content

Commit

Permalink
Revert f37699d to fix perf test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Jul 17, 2018
1 parent e1f4604 commit 8084cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/ci/performance/test_perf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 8084cf8

Please sign in to comment.