Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try to fix circle [skip travis] #6954

Merged
merged 4 commits into from
Oct 14, 2019
Merged

Conversation

drammock
Copy link
Member

see if this makes the circle build failures go away. (not optimistic...)

@larsoner
Copy link
Member

An additional idea would be to upgrade the image to circleci/python:3.7-buster

@drammock
Copy link
Member Author

What I don't get is why we're seeing this now... our image isn't using pip 19.3 so I don't get why the recent release would matter.

@larsoner
Copy link
Member

Okay buster did not work. Next I'd do pip install --upgrade "pip<19.3". It will tell us for sure 19.3 is the problem, and also get things green again while we figure out why

@drammock
Copy link
Member Author

OK, removing pip from the install line pip install --user --upgrade --progress-bar off {pip} numpy vtk seems to have worked

@larsoner
Copy link
Member

Feel free to open a pypa/pip issue if you feel up to it. Maybe they'll immediately know the problem. In the meantime +1 for merge once CircleCI comes back happy

@drammock
Copy link
Member Author

crossref pypa/pip#7205

@drammock drammock merged commit 91af33a into mne-tools:master Oct 14, 2019
@drammock drammock deleted the fix-pip-circle branch October 25, 2019 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants