add tests for Ubuntu 19.04#97
Conversation
|
In the current version, I commented out the tests, since I got an mpi error otherwise: |
|
Keep in mind that 19.04 reaches its end-of-life in January 2020. I would suggest that you directly use Ubuntu 19.10 (which also "expires" in July 2020). Ubuntu 20.04 LTS is expected to be released on late April. |
Using Ubuntu 19.04 is clearly a workaround until the next LTS is released. The nice thing about Ubuntu 19.04 is that we can install Adding a test makes sure that the |
Then this test will just break between January and end of April, as Ubuntu 19.04 will not be able to download packages. |
Then should we use Ubuntu 19.10 instead and as soon as Ubuntu 20.04 is there, upgrade the test? I really would like to have at least one test, where |
Yes. |
|
Can't you simply upgrade pip as a user? |
e936bdf to
968fe69
Compare
|
@BenjaminRueth Shouldn't we close this as deprecated? In any case, upgrading pip as a user is our recommended practice. |
One of the biggest advantages of Ubuntu 19.04 is that we can use pip provided via
apt. pip of Ubuntu 18.04 or older is not working with the python bindings. See here. Therefore, we should also consider testing Ubuntu 19.04.ToDo