Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 88c102e

Browse files
Revert "test if change NP_BUILD_DEP for 3.7 affects 1.1.x (#112)"
This reverts commit fb668ef.
1 parent fb668ef commit 88c102e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azure-pipelines.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ trigger:
1111
- master
1212

1313
pr:
14-
- master
14+
- master
1515

1616
jobs:
1717
- template: azure/windows.yml
@@ -30,12 +30,12 @@ jobs:
3030
py_3.7_32:
3131
PYTHON_VERSION: "3.7"
3232
PYTHON_ARCH: "x86"
33-
NP_BUILD_DEP: "1.16.5"
33+
NP_BUILD_DEP: "1.14.5"
3434
NIGHTLY_BUILD: "true"
3535
py_3.7_64:
3636
PYTHON_VERSION: "3.7"
3737
PYTHON_ARCH: "x64"
38-
NP_BUILD_DEP: "1.16.5"
38+
NP_BUILD_DEP: "1.14.5"
3939
NIGHTLY_BUILD: "true"
4040
py_3.8_32:
4141
PYTHON_VERSION: "3.8"
@@ -71,11 +71,11 @@ jobs:
7171
py_3.7_32:
7272
MB_PYTHON_VERSION: "3.7"
7373
PLAT: "i686"
74-
NP_BUILD_DEP: "numpy==1.16.5"
74+
NP_BUILD_DEP: "numpy==1.14.5"
7575
NIGHTLY_BUILD: "true"
7676
py_3.7_64:
7777
MB_PYTHON_VERSION: "3.7"
78-
NP_BUILD_DEP: "numpy==1.16.5"
78+
NP_BUILD_DEP: "numpy==1.14.5"
7979
NIGHTLY_BUILD: "true"
8080
py_3.8_32:
8181
MB_PYTHON_VERSION: "3.8"
@@ -107,7 +107,7 @@ jobs:
107107
NP_BUILD_DEP: "numpy==1.13.3"
108108
py_3.7_64:
109109
MB_PYTHON_VERSION: "3.7"
110-
NP_BUILD_DEP: "numpy==1.16.5"
110+
NP_BUILD_DEP: "numpy==1.14.5"
111111
NIGHTLY_BUILD: "true"
112112
py_3.8_64:
113113
MB_PYTHON_VERSION: "3.8"

0 commit comments

Comments
 (0)