mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Update travis sh
This commit is contained in:
parent
5e923b9bfa
commit
4f2ac17fd9
|
@ -9,9 +9,10 @@ fi
|
||||||
|
|
||||||
if [ "${VIA}" == "sdist" ]; then
|
if [ "${VIA}" == "sdist" ]; then
|
||||||
rm -rf *
|
rm -rf *
|
||||||
|
pip uninstall spacy
|
||||||
wget https://api.explosion.ai/build/spacy/sdist/$TRAVIS_COMMIT
|
wget https://api.explosion.ai/build/spacy/sdist/$TRAVIS_COMMIT
|
||||||
mv $TRAVIS_COMMIT sdist.tgz
|
mv $TRAVIS_COMMIT sdist.tgz
|
||||||
pip install sdist.tgz
|
pip install -U sdist.tgz
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user