Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix pytensor overload resolution in pybind11. #202
Conversation
|
I have no ideal why CI failed. Could someone have a look? Thank you! |
|
Travis: It looks like conda cannot find cmake on Appveyor: on Windows this seems to be a version conflict of Python, we download last miniconda (i.e 3.7) while the conditions on dependencies are < 3.7 |
|
The root cause of the error on travis is the miniconda distribution we use is too old. |
|
Thanks a lot! I will keep an eye on #205 |
025d1e5
to
2af1f40
|
Thanks @zhujun98. |
zhujun98 commentedAug 6, 2019
As discussed in #178.
@SylvainCorlay I am not sure whether this is a good solution.