From 60e6742c927b0d0e416b18307c546bbade1359eb Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Mon, 23 Jan 2023 20:38:58 +0900 Subject: [PATCH] Remove debugging line --- .github/azure-steps.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/azure-steps.yml b/.github/azure-steps.yml index 168326e93..d0db75f9a 100644 --- a/.github/azure-steps.yml +++ b/.github/azure-steps.yml @@ -103,7 +103,6 @@ steps: displayName: "Install test requirements" - script: | - python -m pip freeze python -m pytest --pyargs spacy -W error displayName: "Run CPU tests"