Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 585ffa1

Browse files
committed
update numpy subrepo, add test requirements on win32
1 parent b73a40b commit 585ffa1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

azure/posix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
vmImage: ${{ parameters.vmImage }}
1010
variables:
1111
REPO_DIR: "numpy"
12-
BUILD_COMMIT: "v1.18.2"
12+
BUILD_COMMIT: "master"
1313
PLAT: "x86_64"
1414
CYTHON_BUILD_DEP: "cython==0.29.16"
1515
NIGHTLY_BUILD_COMMIT: "master"

azure/windows.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,11 @@ jobs:
7373
displayName: Build wheel
7474
condition: eq(variables['SKIP_BUILD'], 'false')
7575
- bash: |
76-
set -e
76+
set -ex
7777
source extra_functions.sh
7878
source config.sh
7979
setup_test_venv
80+
pip install -r test_requirements.txt
8081
pip install numpy/dist/numpy-*.whl
8182
run_tests
8283
teardown_test_venv

0 commit comments

Comments
 (0)