mirror of https://github.com/explosion/spaCy.git
Wordnet download fix #3
This commit is contained in:
parent
635306f860
commit
f8cb17f23e
|
@ -54,8 +54,8 @@ build_script:
|
|||
#- "%CMD_IN_ENV% python setup.py build_ext --inplace"
|
||||
- ps: appveyor\download.ps1
|
||||
- "tar -xzf corpora/en/wordnet.tar.gz"
|
||||
- "ls \"C:/projects/spacy/include/"
|
||||
- "ls \"C:/projects/spacy/include/"
|
||||
- "ls \"C:/projects/spacy/corpora/en/"
|
||||
- "ls \"C:/projects/spacy/"
|
||||
|
||||
|
||||
test_script:
|
||||
|
|
|
@ -12,7 +12,7 @@ function Download ($filename, $url) {
|
|||
Write-Host "Reusing" $filepath
|
||||
return $filepath
|
||||
}
|
||||
NET
|
||||
|
||||
# Download and retry up to 3 times in case of network transient errors.
|
||||
Write-Host "Downloading" $filename "from" $url
|
||||
$retry_attempts = 2
|
||||
|
|
Loading…
Reference in New Issue