SeitaBV / timely-beliefs

Model data as beliefs (at a certain time) about events (at a certain time).
MIT License
34 stars 6 forks source link

Move to Github actions #85

Closed nhoening closed 2 years ago

nhoening commented 2 years ago

It seems Travis-CI stopped supporting public repositories.

It's easy enough for us to switch, but we have not figured out how to support running Github Actions across multiple Python versions (apparently, that's difficult with pre-commit around). That will be the innovation needed here ― to support multiple Python versions in our CI is important (of course, as of now we support none).

create-issue-branch[bot] commented 2 years ago

Branch issue-85-Move_to_Github_actions created!

nhoening commented 2 years ago

After finally getting it to work, testing on Python3.6 brings up errors. See here.

I removed it from the test matrix, but it's maybe worth a new ticket to test if TB actually supports Py3.6. Or if this is a testing problem.