open-education-polito / fare-invenio-framework

:books: FARE platform built on top of the invenio framework - [WIP]
MIT License
13 stars 2 forks source link

Travis fails because of numpy version #31

Closed libremente closed 4 years ago

libremente commented 4 years ago

Travis CI fails when running tests, throws this message:

36810: numpy <=1.16.0 resolved (1.13.3 installed)!

Check whether we can easily upgrade numpy and how.

libremente commented 4 years ago

Error happens here: https://travis-ci.org/open-education-polito/fare-invenio/jobs/630384953?utm_medium=notification&utm_source=github_status

libremente commented 4 years ago

Debug: updated Ubuntu in Travis together with a set of dependencies. Now (https://github.com/open-education-polito/fare-invenio/commit/6777f62a79118b599024fef45b512890f19a106a) it works as expected.

libremente commented 4 years ago

We can close this once we merge the upgrade-3.2 branch