mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 09:14:32 +03:00
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"
|
#- "%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/corpora/en/"
|
||||||
- "ls \"C:/projects/spacy/include/"
|
- "ls \"C:/projects/spacy/"
|
||||||
|
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
|
|
@ -12,7 +12,7 @@ function Download ($filename, $url) {
|
||||||
Write-Host "Reusing" $filepath
|
Write-Host "Reusing" $filepath
|
||||||
return $filepath
|
return $filepath
|
||||||
}
|
}
|
||||||
NET
|
|
||||||
# Download and retry up to 3 times in case of network transient errors.
|
# Download and retry up to 3 times in case of network transient errors.
|
||||||
Write-Host "Downloading" $filename "from" $url
|
Write-Host "Downloading" $filename "from" $url
|
||||||
$retry_attempts = 2
|
$retry_attempts = 2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user