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

test wheel build status in advance of 1.1.3 release #100

Closed
wants to merge 15 commits into from
Closed
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"restructuredtext.confPath": ""
}
16 changes: 8 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ jobs:
py_3.6_32:
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "x86"
NP_BUILD_DEP: "1.13.3"
NP_BUILD_DEP: "1.15.4"
py_3.6_64:
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "x64"
NP_BUILD_DEP: "1.13.3"
NP_BUILD_DEP: "1.15.4"
py_3.7_32:
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "x86"
NP_BUILD_DEP: "1.14.5"
NP_BUILD_DEP: "1.15.4"
NIGHTLY_BUILD: "true"
py_3.7_64:
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "x64"
NP_BUILD_DEP: "1.14.5"
NP_BUILD_DEP: "1.15.4"
NIGHTLY_BUILD: "true"
py_3.8_32:
PYTHON_VERSION: "3.8"
Expand All @@ -61,11 +61,11 @@ jobs:
py_3.7_32:
MB_PYTHON_VERSION: "3.7"
PLAT: "i686"
NP_BUILD_DEP: "numpy==1.14.5"
NP_BUILD_DEP: "numpy==1.15.4"
NIGHTLY_BUILD: "true"
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
NP_BUILD_DEP: "numpy==1.14.5"
NP_BUILD_DEP: "numpy==1.15.4"
NIGHTLY_BUILD: "true"
py_3.8_32:
MB_PYTHON_VERSION: "3.8"
Expand All @@ -84,10 +84,10 @@ jobs:
matrix:
py_3.6_64:
MB_PYTHON_VERSION: "3.6"
NP_BUILD_DEP: "numpy==1.13.3"
NP_BUILD_DEP: "numpy==1.15.4"
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
NP_BUILD_DEP: "numpy==1.14.5"
NP_BUILD_DEP: "numpy==1.15.4"
NIGHTLY_BUILD: "true"
py_3.8_64:
MB_PYTHON_VERSION: "3.8"
Expand Down
4 changes: 2 additions & 2 deletions azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
vmImage: ${{ parameters.vmImage }}
variables:
REPO_DIR: "pandas"
BUILD_COMMIT: "v1.1.2"
BUILD_COMMIT: "1.1.x"
PLAT: "x86_64"
NP_BUILD_DEP: "numpy==1.13.3"
NP_BUILD_DEP: "numpy==1.15.4"
CYTHON_BUILD_DEP: "cython==0.29.21"
NIGHTLY_BUILD_COMMIT: "master"
NIGHTLY_BUILD: "false"
Expand Down
4 changes: 2 additions & 2 deletions azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
pool:
vmImage: ${{ parameters.vmImage }}
variables:
BUILD_COMMIT: "v1.1.2"
NP_BUILD_DEP: "1.13.3"
BUILD_COMMIT: "1.1.x"
NP_BUILD_DEP: "1.15.4"
CYTHON_BUILD_DEP: "0.29.21"
NIGHTLY_BUILD_COMMIT: "master"
NIGHTLY_BUILD: "false"
Expand Down