Try explicitly uninstalling spacy-legacy first

This commit is contained in:
Paul O'Leary McCann 2022-12-28 17:40:09 +09:00
parent 37aacec300
commit 41e2ca893a

View File

@ -100,6 +100,7 @@ steps:
- script: |
python -m pip install -U -r requirements.txt
python -m pip uninstall -y spacy-legacy
python -m pip install 'git+https://github.com/polm/spacy-legacy.git@feature/entity-linker-component-v1#egg=spacy-legacy'
python -m pip freeze
displayName: "Install test requirements"