TakeLab / spacy-udpipe

spaCy + UDPipe
MIT License
159 stars 11 forks source link

Fix failing tests on Windows #39

Closed mariosasko closed 2 years ago

mariosasko commented 2 years ago

This PR makes necessary changes in the codebase to fix 2 failing tests on Windows (tests/test_spacy_udpipe.py::test_pipe and tests/languages/en/test_en_language.py::test_spacy_udpipe_pretokenized) and improves style.

Changes:

mariosasko commented 2 years ago

Think we should add windows-latest to the list of runners in the workflows file to avoid such errors in the future (the repo is public so adding it should be free).