-
Notifications
You must be signed in to change notification settings - Fork 433
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
fix unable to execute 'gcc'
error when running tests
#269
Conversation
A force push was recently done, so this PR will have to be rebased onto origin/master. Apologies for the inconvenience. See #270. |
I attempted to rebase this onto the branch |
3e23c89
to
e51841b
Compare
OK, I think this one rebased properly. Since it was a simpler PR I wanted to try it myself. Let me know if it looks ok. |
Done--rebased. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #266
gcc resides in
/usr/bin
. Adding/usr/bin
to the system path intests/conftest.py
allows gcc to be found if a python library needs to be compiled.Possibly before all the libraries we needed had wheels, and now some do not have wheels for particular python versions?