richardpaulhudson / coreferee

Coreference resolution for English, French, German and Polish, optimised for limited training data and easily extensible for further languages
MIT License
102 stars 16 forks source link

Fix Ubuntu version bug in CI #18

Closed richardpaulhudson closed 1 year ago

richardpaulhudson commented 1 year ago

The pre-existing version of the CI Github Actions definition used a Github Actions variable ubuntu-latest which appears to have recently been moved to point to Ubuntu version 22.01, for which there is no support for the older Python versions. This PR pegs the Ubuntu version to 20.01.