From 262b1deb3ff2231f13f53fbd92e13d5075bf100d Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Thu, 8 Dec 2022 15:15:37 +0100 Subject: [PATCH] Revert "Temporarily test with latest numpy v1.24.0rc" This reverts commit eb0e3c5006515b9a7ff52bae59484c909b8a3f65. --- .github/azure-steps.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/azure-steps.yml b/.github/azure-steps.yml index 6226af710..2f77706b8 100644 --- a/.github/azure-steps.yml +++ b/.github/azure-steps.yml @@ -100,8 +100,6 @@ 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: |