Remove pipe from YAML

Works locally, but possibly this is causing a quoting error or
something.
This commit is contained in:
Paul O'Leary McCann 2022-12-27 16:47:53 +09:00
parent 689fae71f3
commit ce5831b5d2

View File

@ -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"