-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Don’t hard-code repo name in circle-stuff. #333
Conversation
I'm going to merge this when tests pass on this branch because it's holding up other builds. But, ping :)! //cc @chriddyp |
💃 thx man! On Wed, Oct 14, 2015 at 1:02 AM, Andrew [email protected] wrote:
Chris Parmer |
Shot in the dark that it could possibly be related to the `SIG` unicode variable.
Hmmm hitting some pip-related snags:
These all seem to relate to unicode in the path name though, and i don't know where that would be occurring? |
hmmm here are the only non-unicode paths according to circle:
Note that you can't get permission to look in all the folders on circle, hence the |
Also, pip is fully up to date, so there's nothing to be done there. |
I'm attempting to just install our deps manually with ssh to see if that fairs any better... pretty annoying non-support of unicode here though. |
I pinged the Circle team on this one to see if they might have some insight. I'll hop back on this tomorrow probably. |
Despite the pip error, the root cause (i think?) is that matplotlib 1.3.1 is just failing to install now. |
@theengineear - did this get resolved? do you need some help? this is starting to block other PRs: #334 |
@chriddyp I chatted with the circle guys about it a bit, it's just that matplotlib won't build. How about I scrap the matplotlib-related tests for now? I'll just add an attribute and then ignore with |
K, this checked out locally for me. I loaded up an environment without matplotlib installed and ran the tests. This is definitely a band-aid, but it will get us passing again. |
Not going to investigate this right now, but we could also try bumping our Python 2.7.8 to 2.7.10, perhaps that's why it's not working? |
\o/ geez. back a float. sort of. @chriddyp merging this in so we can move forward again! |
Don’t hard-code repo name in circle-stuff.
Just uses the
$CIRCLE_PROJECT_REPONAME
environment variable that circle provides.