-
Notifications
You must be signed in to change notification settings - Fork 11
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
Travis build failing - libgfortran related? #119
Comments
The commit you point to pins pymc, and gfortran. This one unpins only pymc. Has it been broken for that long,, or did something else change too? |
This problem looks similar to assaytools installation problems I have been having, because of pymc dependency.
|
It looks like that PR might have been merged before the travis tests had a chance to run, which would lead to the travis logs you see there. |
Looks like this is because
conda config --add channels omnia --add channels conda-forge This should cause
|
Seems like the travis build is currently failing, potentially because of this line in our conda recipe:
- libgfortran ==1.0.0 [linux]
This is the commit that changed this: 8e6f35e
Seems like we are no longer pinning the pymc version. Do we have to keep this libgfortran version pinned for some other reason?
The text was updated successfully, but these errors were encountered: