mirror of https://github.com/explosion/spaCy.git
Fix appveyor
This commit is contained in:
parent
2432308f3e
commit
1ffc9a7fbf
|
@ -24,7 +24,7 @@ install:
|
|||
- "%PYTHON%\\python.exe -m pip install wheel"
|
||||
- "%PYTHON%\\python.exe -m pip install cython"
|
||||
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
|
||||
- "%PYTHON%\\python.exe -m python setup.py build_ext --inplace"
|
||||
- "%PYTHON%\\python.exe setup.py build_ext --inplace"
|
||||
- "%PYTHON%\\python.exe -m pip install -e ."
|
||||
|
||||
build: off
|
||||
|
|
Loading…
Reference in New Issue