From b95e2084ad09ded15dd91e692d89aa72de8c2808 Mon Sep 17 00:00:00 2001 From: Matej Ferencevic Date: Mon, 5 Feb 2018 11:13:52 +0100 Subject: [PATCH] Fix daily LDBC crash Reviewers: buda Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1171 --- tests/public_benchmark/ldbc/setup | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/public_benchmark/ldbc/setup b/tests/public_benchmark/ldbc/setup index 3e7ec1b3f..046d6b935 100755 --- a/tests/public_benchmark/ldbc/setup +++ b/tests/public_benchmark/ldbc/setup @@ -78,6 +78,8 @@ $mvn clean compile assembly:single cd ${script_dir} virtualenv -p python3 ve3 source ve3/bin/activate -pip install -i $deps_pypi_url \ - --trusted-host $deps_pypi_trusted -r requirements.txt +# Temporary workaround, our deps PyPI cache is sometimes stupid... +# pip install -i $deps_pypi_url \ +# --trusted-host $deps_pypi_trusted -r requirements.txt +pip install -r requirements.txt deactivate