diff --git a/buildbot.json b/buildbot.json index e1f2669e2..4745d9439 100644 --- a/buildbot.json +++ b/buildbot.json @@ -1,12 +1,10 @@ { "build": { "sdist": [ - "python pip-clear.py", "pip install -r requirements.txt", "python setup.py sdist" ], "install": [ - "python pip-clear.py", "pip install source.tar.gz", "python -m spacy.en.download --force" ]