From eb0e3c5006515b9a7ff52bae59484c909b8a3f65 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Mon, 5 Dec 2022 16:37:26 +0100 Subject: [PATCH] Temporarily test with latest numpy v1.24.0rc --- .github/azure-steps.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/azure-steps.yml b/.github/azure-steps.yml index 2f77706b8..6226af710 100644 --- a/.github/azure-steps.yml +++ b/.github/azure-steps.yml @@ -100,6 +100,8 @@ steps: - script: | python -m pip install -U -r requirements.txt + # TEMP: upgrade to latest prerelease numpy for testing + python -m pip install -U --pre numpy displayName: "Install test requirements" - script: |