Add more logging

This commit is contained in:
Paul O'Leary McCann 2022-12-28 13:19:58 +09:00
parent 4f1286b18e
commit d8d7f10b1d

View File

@ -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"