mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 02:36:32 +03:00
Build in separate step for appveyor
This commit is contained in:
parent
07cdbd1219
commit
2432308f3e
|
@ -24,6 +24,7 @@ install:
|
||||||
- "%PYTHON%\\python.exe -m pip install wheel"
|
- "%PYTHON%\\python.exe -m pip install wheel"
|
||||||
- "%PYTHON%\\python.exe -m pip install cython"
|
- "%PYTHON%\\python.exe -m pip install cython"
|
||||||
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
|
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
|
||||||
|
- "%PYTHON%\\python.exe -m python setup.py build_ext --inplace"
|
||||||
- "%PYTHON%\\python.exe -m pip install -e ."
|
- "%PYTHON%\\python.exe -m pip install -e ."
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
Loading…
Reference in New Issue
Block a user