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

Commit

Permalink
update numpy subrepo, add test requirements on win32
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Apr 14, 2020
1 parent b73a40b commit 585ffa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 585ffa1

Please sign in to comment.