Update iris recipe for Iris v1.12.0 release#244
Update iris recipe for Iris v1.12.0 release#244djkirkham wants to merge 4 commits intoSciTools:masterfrom
Conversation
|
I'm sorry, this just isn't a good idea. While it's hypocritical for me to say this, going around skipping things because they don't work is not a solution, it's sweeping the problem under the rug. While it may get around the problem quickly in the short term all it is actually doing is adding to the growing pile of technical debt in the medium to long term. These problems need to be fixed; why not make now the time to get the fixes in place? Ironically though, this is an argument in favour of moving to conda-forge. |
| number: 2 | ||
| skip: True # [py35] | ||
| number: 0 | ||
| skip: True # [py35 or osx or win] |
There was a problem hiding this comment.
We need fixed OSX builds and Windows builds, not ignored ones...
| - cmd: conda list | ||
| - cmd: conda install --yes ruamel_yaml | ||
| - cmd: conda list | ||
| - cmd: conda install --yes --force python=3.5 |
There was a problem hiding this comment.
conda-build-all needs to be updated to work with Py36. Force-downgrading python to Py35 introduces other problems into the builds.
Based on #233 but set to skip OSX and Windows.
@lbdreyer @bjlittle