Try installing directly in workflow

This commit is contained in:
Paul O'Leary McCann 2022-12-28 14:30:55 +09:00
parent d8d7f10b1d
commit 37aacec300

View File

@ -100,6 +100,7 @@ steps:
- script: |
python -m pip install -U -r requirements.txt
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"