From 1d08dce32c7689453be9edf41739f8ba22a238a7 Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Tue, 27 Dec 2022 15:23:05 +0900 Subject: [PATCH] Add temporary step to log installed spacy-legacy version --- .github/azure-steps.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/azure-steps.yml b/.github/azure-steps.yml index 2f77706b8..851aec538 100644 --- a/.github/azure-steps.yml +++ b/.github/azure-steps.yml @@ -103,6 +103,8 @@ steps: displayName: "Install test requirements" - script: | + # TODO REMOVE - temp for testing + pip freeze | grep legacy python -m pytest --pyargs spacy -W error displayName: "Run CPU tests"