mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-23 22:43:16 +03:00
Try explicitly uninstalling spacy-legacy first
This commit is contained in:
parent
37aacec300
commit
41e2ca893a
1
.github/azure-steps.yml
vendored
1
.github/azure-steps.yml
vendored
|
@ -100,6 +100,7 @@ steps:
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
python -m pip install -U -r 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'
|
python -m pip install 'git+https://github.com/polm/spacy-legacy.git@feature/entity-linker-component-v1#egg=spacy-legacy'
|
||||||
python -m pip freeze
|
python -m pip freeze
|
||||||
displayName: "Install test requirements"
|
displayName: "Install test requirements"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user