diff --git a/.circleci/config.yml b/.circleci/config.yml index ca9ac469a63e9f8463a593e4b3ef97ef7e86da98..4891788cf1fe62176b272a4d5661ab17bd6c4fe4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -93,7 +93,7 @@ jobs: # Get the newest pip we can because who knows what came along with # that virtualenv. - venv/bin/pip install --upgrade pip + venv/bin/pip install --find-links file://${PWD}/wheelhouse --upgrade pip - run: name: "Populate Wheelhouse"