From 513d025e9620226117927ac745a5e50d80fd431a Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Tue, 31 Jan 2023 17:28:21 +0900 Subject: [PATCH] Log git version when running tests --- .github/azure-steps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/azure-steps.yml b/.github/azure-steps.yml index d0db75f9a..5652f760c 100644 --- a/.github/azure-steps.yml +++ b/.github/azure-steps.yml @@ -103,6 +103,7 @@ steps: displayName: "Install test requirements" - script: | + git --version python -m pytest --pyargs spacy -W error displayName: "Run CPU tests"