Unbabel / OpenKiwi

Open-Source Machine Translation Quality Estimation in PyTorch
https://unbabel.github.io/OpenKiwi/
GNU Affero General Public License v3.0
229 stars 48 forks source link

Fix poetry setting that was breaking circleCI checks #52

Closed captainvera closed 4 years ago

captainvera commented 4 years ago

Since poetry 1.0.0 the way settings are assigned has changed. (See Pull request)

Since we always install poetry on a clean environment when running our CI we need to adopt these new practices for the CI to keep working correctly.