mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-03 21:24:11 +03:00
Temporarily skip model download test
This commit is contained in:
parent
5646fcbe46
commit
33240ed2c5
10
.github/azure-steps.yml
vendored
10
.github/azure-steps.yml
vendored
|
@ -60,8 +60,8 @@ steps:
|
||||||
displayName: "Run GPU tests"
|
displayName: "Run GPU tests"
|
||||||
condition: eq(${{ parameters.gpu }}, true)
|
condition: eq(${{ parameters.gpu }}, true)
|
||||||
|
|
||||||
- script: |
|
# - script: |
|
||||||
python -m spacy download en_core_web_sm
|
# python -m spacy download en_core_web_sm
|
||||||
python -c "import spacy; nlp=spacy.load('en_core_web_sm'); doc=nlp('test')"
|
# python -c "import spacy; nlp=spacy.load('en_core_web_sm'); doc=nlp('test')"
|
||||||
displayName: 'Test download CLI'
|
# displayName: 'Test download CLI'
|
||||||
condition: eq(variables['python_version'], '3.8')
|
# condition: eq(variables['python_version'], '3.8')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user