From 02f2cc7e296e01a785bceea29ca730ea3a474e55 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Tue, 6 Dec 2022 18:05:06 +0100 Subject: [PATCH] Temporarily test with prerelease numpy --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f46f2d8c2..b0ae73031 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -105,6 +105,8 @@ jobs: - script: | pip install -r requirements.txt + # TEMP: test with prerelease numpy 1.24 (if available) + pip install -U --pre numpy python -m pytest --pyargs spacy displayName: 'Run tests'