diff --git a/.github/azure-steps.yml b/.github/azure-steps.yml index 339ca7e11..3e970ba05 100644 --- a/.github/azure-steps.yml +++ b/.github/azure-steps.yml @@ -99,6 +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#egg=spacy-legacy'