From 585ffa182be340d01592b464a581381264fb03a1 Mon Sep 17 00:00:00 2001 From: mattip Date: Tue, 14 Apr 2020 13:06:55 +0300 Subject: [PATCH] update numpy subrepo, add test requirements on win32 --- azure/posix.yml | 2 +- azure/windows.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/azure/posix.yml b/azure/posix.yml index eb33a78..08a540f 100644 --- a/azure/posix.yml +++ b/azure/posix.yml @@ -9,7 +9,7 @@ jobs: vmImage: ${{ parameters.vmImage }} variables: REPO_DIR: "numpy" - BUILD_COMMIT: "v1.18.2" + BUILD_COMMIT: "master" PLAT: "x86_64" CYTHON_BUILD_DEP: "cython==0.29.16" NIGHTLY_BUILD_COMMIT: "master" diff --git a/azure/windows.yml b/azure/windows.yml index 44b6bbf..ef1b2b5 100644 --- a/azure/windows.yml +++ b/azure/windows.yml @@ -73,10 +73,11 @@ jobs: displayName: Build wheel condition: eq(variables['SKIP_BUILD'], 'false') - bash: | - set -e + set -ex source extra_functions.sh source config.sh setup_test_venv + pip install -r test_requirements.txt pip install numpy/dist/numpy-*.whl run_tests teardown_test_venv