mjpost / sacrebleu

Reference BLEU implementation that auto-downloads test sets and reports a version string to facilitate cross-lab comparisons
Apache License 2.0
1.06k stars 162 forks source link

Release v2.4.2 #262

Closed mjpost closed 3 months ago

mjpost commented 3 months ago

The tests pass locally. I think we're hitting some kind of timeout.

ozancaglayan commented 3 months ago

If you disable fail-fast, maybe we can see whether its only the windows tests that are failing or all of them for some reason https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#handling-failures

right now, that one avoids other ones to complete.