mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Use an explicit virtualenv name when running perf tests.
This commit is contained in:
parent
4dfb41fdb3
commit
f37699d682
1 changed files with 2 additions and 2 deletions
|
@ -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 --python="$(which python3)"
|
||||
PS1="" source venv/bin/activate
|
||||
virtualenv venv ./perf-venv --python="$(which python3)"
|
||||
PS1="" source ./perf-venv/bin/activate
|
||||
# `PS1` must be defined before activating virtualenv
|
||||
pip install \
|
||||
"boto3>=1.4.0" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue