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"