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: |