diff --git a/buildbot.json b/buildbot.json index 9138fcfb2..59fce02fa 100644 --- a/buildbot.json +++ b/buildbot.json @@ -5,7 +5,7 @@ "python setup.py sdist" ], "install": [ - "pip install source.tar.gz", + "pip install -v source.tar.gz", "python -m spacy.en.download --force" ], "wheel": [