mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-02 19:30:19 +03:00
Revert "Remove debugging output / install step"
This reverts commit 923ea7448b
.
This commit is contained in:
parent
923ea7448b
commit
6801e80225
9
.github/azure-steps.yml
vendored
9
.github/azure-steps.yml
vendored
|
@ -16,6 +16,9 @@ steps:
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
python -m pip install -U build pip setuptools
|
python -m pip install -U build pip setuptools
|
||||||
|
echo "----- REQUIREMENTS -----"
|
||||||
|
cat requirements.txt
|
||||||
|
echo "----- END REQUIREMENTS -----"
|
||||||
python -m pip install -U -r requirements.txt
|
python -m pip install -U -r requirements.txt
|
||||||
displayName: "Install dependencies"
|
displayName: "Install dependencies"
|
||||||
|
|
||||||
|
@ -99,10 +102,16 @@ steps:
|
||||||
# condition: eq(variables['python_version'], '3.8')
|
# condition: eq(variables['python_version'], '3.8')
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
cat requirements.txt
|
||||||
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 freeze
|
||||||
displayName: "Install test requirements"
|
displayName: "Install test requirements"
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
# TODO REMOVE - temp for testing
|
||||||
|
python -m pip freeze
|
||||||
python -m pytest --pyargs spacy -W error
|
python -m pytest --pyargs spacy -W error
|
||||||
displayName: "Run CPU tests"
|
displayName: "Run CPU tests"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user