From 70da2097b4269003c99ad99b052c66b5faa22887 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sat, 9 Mar 2019 00:35:41 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5de5addaa..4096a7bba 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -62,7 +62,7 @@ jobs: # - script: python -m flake8 . --count --exclude=spacy/compat.py,spacy/lang --select=E901,E999,F821,F822,F823 --show-source --statistics # displayName: 'flake8' - - script: + - script: | python setup.py build_ext --inplace pip install -e . displayName: 'Build and install'