mirror of https://github.com/explosion/spaCy.git
Unhack travis.sh
This commit is contained in:
parent
299621b747
commit
625ee6c464
|
@ -16,9 +16,7 @@ fi
|
||||||
|
|
||||||
|
|
||||||
if [ "${VIA}" == "compile" ]; then
|
if [ "${VIA}" == "compile" ]; then
|
||||||
ls /usr/lib
|
pip install -r requirements.txt
|
||||||
ls /usr/lib/local
|
|
||||||
THINC_BLAS=/usr/lib/libblas.so pip install -r requirements.txt
|
|
||||||
python setup.py build_ext --inplace
|
python setup.py build_ext --inplace
|
||||||
pip install -e .
|
pip install -e .
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue