File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 kubectl exec -it ${PODNAME} -- arrow/download.sh ${ARROW_CACHE_URL_PREFIX}
3131 - name : Build
3232 run : |-
33- kubectl exec -it ${PODNAME} -- sh -c 'make -j32 HYBRIDBACKEND_WHEEL_ALIAS=-cpu-legacy-nightly HYBRIDBACKEND_WHEEL_BUILD=rc ${{ github.run_id }}' && \
33+ kubectl exec -it ${PODNAME} -- sh -c 'make -j32 HYBRIDBACKEND_WHEEL_ALIAS=-cpu-legacy-nightly HYBRIDBACKEND_WHEEL_BUILD=.dev ${{ github.run_id }}' && \
3434 kubectl exec -it ${PODNAME} -- cibuild/repair_dist
3535 - name : Test
3636 run : |-
Original file line number Diff line number Diff line change 3030 kubectl exec -it ${PODNAME} -- arrow/download.sh ${ARROW_CACHE_URL_PREFIX}
3131 - name : Build
3232 run : |-
33- kubectl exec -it ${PODNAME} -- sh -c 'make -j32 HYBRIDBACKEND_WHEEL_ALIAS=-cpu-nightly HYBRIDBACKEND_WHEEL_BUILD=rc ${{ github.run_id }}' && \
33+ kubectl exec -it ${PODNAME} -- sh -c 'make -j32 HYBRIDBACKEND_WHEEL_ALIAS=-cpu-nightly HYBRIDBACKEND_WHEEL_BUILD=.dev ${{ github.run_id }}' && \
3434 kubectl exec -it ${PODNAME} -- cibuild/repair_dist
3535 - name : Test
3636 run : |-
Original file line number Diff line number Diff line change 2020from __future__ import division
2121from __future__ import print_function
2222
23- __version__ = '0.5.2fix1 '
23+ __version__ = '0.5.2.post1 '
2424__author__ = 'Alibaba Group Holding Limited'
2525__copyright__ = '2021 Alibaba Group Holding Limited'
You can’t perform that action at this time.
0 commit comments