From b536ed597834c02e00795434dea198a37dd9cf4e Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Mon, 23 Jan 2023 18:24:52 +0900 Subject: [PATCH] Remove azure build workarounds --- .github/azure-steps.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/azure-steps.yml b/.github/azure-steps.yml index 9a99bd8ec..168326e93 100644 --- a/.github/azure-steps.yml +++ b/.github/azure-steps.yml @@ -99,11 +99,7 @@ steps: # condition: eq(variables['python_version'], '3.8') - script: | - cat requirements.txt 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" - python -m pip freeze displayName: "Install test requirements" - script: |