From 150ce7d91ffb77ff83b15a71b0b91466bcd5c9e1 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 10 Jul 2018 15:04:24 -0400 Subject: [PATCH] Look at the wheelhouse! Otherwise all non-wheels are rebuilt every time anyway! --- .circleci/setup-virtualenv.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/setup-virtualenv.sh b/.circleci/setup-virtualenv.sh index d5ca001be..596102aea 100755 --- a/.circleci/setup-virtualenv.sh +++ b/.circleci/setup-virtualenv.sh @@ -31,6 +31,7 @@ sudo --set-home -u nobody /tmp/tests/bin/pip install --upgrade pip setuptools wh # Populate the wheelhouse, if necessary. sudo --set-home -u nobody /tmp/tests/bin/pip \ wheel \ + --find-links "${PIP_FIND_LINKS}" \ --wheel-dir "${WHEELHOUSE_PATH}" \ /tmp/project