diff --git a/.github/azure-steps.yml b/.github/azure-steps.yml index 742cffefc..e5b362f02 100644 --- a/.github/azure-steps.yml +++ b/.github/azure-steps.yml @@ -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"