From ce5831b5d25d00c25a8e89611d3405dd6613040e Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Tue, 27 Dec 2022 16:47:53 +0900 Subject: [PATCH] Remove pipe from YAML Works locally, but possibly this is causing a quoting error or something. --- .github/azure-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/azure-steps.yml b/.github/azure-steps.yml index 851aec538..113424cf4 100644 --- a/.github/azure-steps.yml +++ b/.github/azure-steps.yml @@ -104,7 +104,7 @@ steps: - script: | # TODO REMOVE - temp for testing - pip freeze | grep legacy + pip freeze python -m pytest --pyargs spacy -W error displayName: "Run CPU tests"