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

Commit

Permalink
Revert "test if change NP_BUILD_DEP for 3.7 affects 1.1.x (#112)" (#114)
Browse files Browse the repository at this point in the history
This reverts commit fb668ef.
  • Loading branch information
simonjayhawkins authored Nov 27, 2020
1 parent 40a02f0 commit fe260e1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trigger:
- master

pr:
- master
- master

jobs:
- template: azure/windows.yml
Expand All @@ -30,12 +30,12 @@ jobs:
py_3.7_32:
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "x86"
NP_BUILD_DEP: "1.16.5"
NP_BUILD_DEP: "1.14.5"
NIGHTLY_BUILD: "true"
py_3.7_64:
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "x64"
NP_BUILD_DEP: "1.16.5"
NP_BUILD_DEP: "1.14.5"
NIGHTLY_BUILD: "true"
py_3.8_32:
PYTHON_VERSION: "3.8"
Expand Down Expand Up @@ -71,11 +71,11 @@ jobs:
py_3.7_32:
MB_PYTHON_VERSION: "3.7"
PLAT: "i686"
NP_BUILD_DEP: "numpy==1.16.5"
NP_BUILD_DEP: "numpy==1.14.5"
NIGHTLY_BUILD: "true"
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
NP_BUILD_DEP: "numpy==1.16.5"
NP_BUILD_DEP: "numpy==1.14.5"
NIGHTLY_BUILD: "true"
py_3.8_32:
MB_PYTHON_VERSION: "3.8"
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
NP_BUILD_DEP: "numpy==1.13.3"
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
NP_BUILD_DEP: "numpy==1.16.5"
NP_BUILD_DEP: "numpy==1.14.5"
NIGHTLY_BUILD: "true"
py_3.8_64:
MB_PYTHON_VERSION: "3.8"
Expand Down

0 comments on commit fe260e1

Please sign in to comment.