mirror of https://github.com/explosion/spaCy.git
removing --pyargs for testing purposes
This commit is contained in:
parent
d821c95eb0
commit
6f846c2cbf
|
@ -99,5 +99,5 @@ jobs:
|
|||
pip install dist/$SDIST
|
||||
displayName: 'Install from sdist'
|
||||
|
||||
- script: python -m pytest --pyargs spacy
|
||||
- script: python -m pytest spacy
|
||||
displayName: 'Run tests'
|
||||
|
|
Loading…
Reference in New Issue