Remove debugging line

This commit is contained in:
Paul O'Leary McCann 2023-01-23 20:38:58 +09:00
parent 5a5891608c
commit 60e6742c92

View File

@ -103,7 +103,6 @@ steps:
displayName: "Install test requirements"
- script: |
python -m pip freeze
python -m pytest --pyargs spacy -W error
displayName: "Run CPU tests"