From 64f2396092ff0ad6cd4e513f7dbcecb29a448039 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Tue, 31 Jan 2023 09:34:48 +0100 Subject: [PATCH] Add untested, disabled test --- .github/azure-steps.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/azure-steps.yml b/.github/azure-steps.yml index d0db75f9a..7c3c3e0a6 100644 --- a/.github/azure-steps.yml +++ b/.github/azure-steps.yml @@ -62,6 +62,11 @@ steps: # - script: | # python -W error -c "import ca_core_news_sm; nlp = ca_core_news_sm.load(); doc=nlp('test')" # displayName: 'Test no warnings on load (#11713)' +# condition: eq(variables['python_version'], '3.8') +# +# - script: | +# python -m spacy download ca_core_news_sm 2>&1 | grep -q skipping +# displayName: 'Test skip re-download (#12188)' # condition: eq(variables['python_version'], '3.8') - script: |