From 32490d074b463dabb3e45276ff1bc59076ea1438 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Thu, 8 Dec 2022 16:27:32 +0100 Subject: [PATCH] Revert "Temporarily test with prerelease numpy" This reverts commit 02f2cc7e296e01a785bceea29ca730ea3a474e55. --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b0ae73031..f46f2d8c2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -105,8 +105,6 @@ 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'