mirror of https://github.com/explosion/spaCy.git
Wordnet download fix#2
This commit is contained in:
parent
41faa7a375
commit
635306f860
|
@ -53,7 +53,7 @@ build_script:
|
||||||
# Build the compiled extension
|
# Build the compiled extension
|
||||||
#- "%CMD_IN_ENV% python setup.py build_ext --inplace"
|
#- "%CMD_IN_ENV% python setup.py build_ext --inplace"
|
||||||
- ps: appveyor\download.ps1
|
- ps: appveyor\download.ps1
|
||||||
- "tar -xzf corpora\en\wordnet.tar.gz"
|
- "tar -xzf corpora/en/wordnet.tar.gz"
|
||||||
- "ls \"C:/projects/spacy/include/"
|
- "ls \"C:/projects/spacy/include/"
|
||||||
- "ls \"C:/projects/spacy/include/"
|
- "ls \"C:/projects/spacy/include/"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue