Add temporary step to log installed spacy-legacy version

This commit is contained in:
Paul O'Leary McCann 2022-12-27 15:23:05 +09:00
parent 4201367cfa
commit 1d08dce32c

View File

@ -103,6 +103,8 @@ steps:
displayName: "Install test requirements"
- script: |
# TODO REMOVE - temp for testing
pip freeze | grep legacy
python -m pytest --pyargs spacy -W error
displayName: "Run CPU tests"