From 5585a1c0e229de5216145dff7b02c89b1e236d75 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Sat, 11 Feb 2023 12:46:07 +0100 Subject: [PATCH] Undo changes to v1.1 model CI test from #345 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5952b7fe..25280bf0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -98,7 +98,7 @@ jobs: condition: and(startsWith(variables['imageName'], 'ubuntu'), eq(variables['python.version'], '3.9')) - script: | - pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_trf-3.5.0/en_core_web_trf-3.5.0-py3-none-any.whl --no-deps + pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_trf-3.4.0/en_core_web_trf-3.4.0-py3-none-any.whl --no-deps python -c "import spacy; nlp = spacy.load('en_core_web_trf'); doc = nlp('test')" displayName: 'Test backwards compatibility for v1.1 models' condition: and(startsWith(variables['imageName'], 'ubuntu'), eq(variables['python.version'], '3.9'))