mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
Install dev requirements before running tests
This commit is contained in:
parent
53493b032a
commit
6f014efb97
|
@ -107,5 +107,7 @@ jobs:
|
|||
pip install dist/$SDIST
|
||||
displayName: 'Install from sdist'
|
||||
|
||||
- script: python -m pytest --pyargs spacy
|
||||
- script: |
|
||||
pip install -r requirements.txt
|
||||
python -m pytest --pyargs spacy
|
||||
displayName: 'Run tests'
|
||||
|
|
Loading…
Reference in New Issue
Block a user