Revert "Log git version when running tests"

This reverts commit 513d025e96.
This commit is contained in:
Paul O'Leary McCann 2023-01-31 19:18:16 +09:00
parent 513d025e96
commit fd04a8f3e9

View File

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