mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-17 23:51:58 +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: |
|
||||
python -m pip install -U -r requirements.txt
|
||||
python -m pip freeze
|
||||
displayName: "Install test requirements"
|
||||
|
||||
- script: |
|
||||
# TODO REMOVE - temp for testing
|
||||
pip freeze
|
||||
python -m pip freeze
|
||||
python -m pytest --pyargs spacy -W error
|
||||
displayName: "Run CPU tests"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user