summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/yardstick/yardstick-project-jobs.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/jjb/yardstick/yardstick-project-jobs.yml b/jjb/yardstick/yardstick-project-jobs.yml
index f8f1abbff..6e4c178d4 100644
--- a/jjb/yardstick/yardstick-project-jobs.yml
+++ b/jjb/yardstick/yardstick-project-jobs.yml
@@ -120,7 +120,9 @@
# install python packages
easy_install -U setuptools
- python setup.py develop
+ #python setup.py develop
+ pip install -r ci/requirements.txt
+ pip install -e .
# unit tests
./run_tests.sh