Skip to content

Commit

Permalink
test on main
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjayhawkins committed Aug 19, 2022
1 parent 2f6a018 commit ed5d1ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.4.3"
- BUILD_COMMIT="main"
- 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.4.3"
BUILD_COMMIT: "main"
PLAT: "x86_64"
NP_BUILD_DEP: "numpy==1.17.3"
CYTHON_BUILD_DEP: "cython==0.29.32"
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.4.3"
BUILD_COMMIT: "main"
NP_BUILD_DEP: "1.17.3"
CYTHON_BUILD_DEP: "0.29.32"
NIGHTLY_BUILD_COMMIT: "main"
Expand Down

0 comments on commit ed5d1ad

Please sign in to comment.