Skip to content
Snippets Groups Projects
Commit 71e1f1e6 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Try to use the wheelhouse for pip upgrade too

parent 0585e919
No related branches found
No related tags found
1 merge request!183CircleCI-based macOS CI
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment