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

test wheel build status of 1.3.x branch #135

Closed
wants to merge 9 commits into from
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
global:
- REPO_DIR=pandas
# on release change this to a version
- BUILD_COMMIT="v1.3.4"
- BUILD_COMMIT="1.3.x"
- UNICODE_WIDTH=32
- PLAT=aarch64
- NP_BUILD_DEP="numpy==1.17.3"
Expand Down
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: "pandas"
BUILD_COMMIT: "v1.3.4"
BUILD_COMMIT: "1.3.x"
PLAT: "x86_64"
NP_BUILD_DEP: "numpy==1.17.3"
CYTHON_BUILD_DEP: "cython==0.29.24"
Expand Down
2 changes: 1 addition & 1 deletion azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
pool:
vmImage: ${{ parameters.vmImage }}
variables:
BUILD_COMMIT: "v1.3.4"
BUILD_COMMIT: "1.3.x"
NP_BUILD_DEP: "1.17.3"
CYTHON_BUILD_DEP: "0.29.24"
NIGHTLY_BUILD_COMMIT: "master"
Expand Down