From 37aacec30057cfcdfc81b30a3d9972c96a7ff3d0 Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Wed, 28 Dec 2022 14:30:55 +0900 Subject: [PATCH] Try installing directly in workflow --- .github/azure-steps.yml | 1 + 1 file changed, 1 insertion(+) 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"