refactor: use Python 3, has latest pip for cobra - #187
Conversation
|
Great improvement @Hao-Chalmers 👍 for the action to pass it needs the model file in the new location, ie #188 should be merged first. |
|
Agreed, nice addition, @Hao-Chalmers. A small question - should this new |
|
@JonathanRob not sure about the location. @mihai-sysbio what do you think? Some thoughts about |
|
Imho tests should be designed to run on their own, and just called in the workflow, so that users can have the freedom of testing whenever they prefer; I'd leave tests in |
|
Ok, sounds good @mihai-sysbio @Hao-Chalmers! No need to move things around then. |
Main improvements in this PR:
This PR migrates Python to version 3, which removes the need to upgrade
pipbefore installingcobra. It also addresses theFutureWarningmessage which cobrapy outputs.