diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run_tests.sh b/ci/run_tests.sh index 14f1a11..464ba63 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -6,7 +6,7 @@ set -e sudo pip install virtualenv virtualenv ./vpy source ./vpy/bin/activate -pip install -e ../ +pip install -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike -e ../ # $1 is the IP to the pod's build server # $2 is the IP to the pod's control server |