mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 08:12:24 +03:00
Add more logging
This commit is contained in:
parent
4f1286b18e
commit
d8d7f10b1d
3
.github/azure-steps.yml
vendored
3
.github/azure-steps.yml
vendored
|
@ -100,11 +100,12 @@ steps:
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
python -m pip install -U -r requirements.txt
|
python -m pip install -U -r requirements.txt
|
||||||
|
python -m pip freeze
|
||||||
displayName: "Install test requirements"
|
displayName: "Install test requirements"
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
# TODO REMOVE - temp for testing
|
# TODO REMOVE - temp for testing
|
||||||
pip freeze
|
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