From d8d7f10b1db580a6fbc6c90624d7002bb011ae73 Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Wed, 28 Dec 2022 13:19:58 +0900 Subject: [PATCH] Add more logging --- .github/azure-steps.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/azure-steps.yml b/.github/azure-steps.yml index 113424cf4..742cffefc 100644 --- a/.github/azure-steps.yml +++ b/.github/azure-steps.yml @@ -100,11 +100,12 @@ steps: - script: | python -m pip install -U -r requirements.txt + python -m pip freeze displayName: "Install test requirements" - script: | # TODO REMOVE - temp for testing - pip freeze + python -m pip freeze python -m pytest --pyargs spacy -W error displayName: "Run CPU tests"