Log git version when running tests

This commit is contained in:
Paul O'Leary McCann 2023-01-31 17:28:21 +09:00
parent 945d55791a
commit 513d025e96

View File

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