Linas Valiukas
Linas Valiukas
I think GHA doesn't run step *n+1* if step *n* has failed, so you might want to either make the "Run tests" step exit with a zero error code, merge...
Merged in `master` to trigger a rebuild (the old one has expired).
So printing failures as GitHub Actions annotations didn't work?
Hm, weird. Works for me, just tried it (on tools.mediacloud.org). Could you forward me the activation email to [email protected]?
Doesn't seem to build :(
Could be missing `apt update`, halfway fixed in f0c523e
It's the same issue as #775
I think this is because they have been OOMing constantly as 100k stories (the default chunk size) is quite a bit to load into RAM at once. I've increased the...
Matching words with `\w` wouldn't work in all the cases anyways, and will lead us to using various nasty hacks, e.g. `is_logogram`. This has became even more important now that...
That wouldn't be a particularly hard change, a day of work with tests I suppose. How important / urgent is it in relation to other things currently on my plate...