mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-02 03:10:22 +03:00
Remove azure build workarounds
This commit is contained in:
parent
97b31bcf0b
commit
b536ed5978
4
.github/azure-steps.yml
vendored
4
.github/azure-steps.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user