This repository was archived by the owner on May 3, 2023. It is now read-only.
File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 64
64
MB_PYTHON_VERSION : " 3.10"
65
65
MB_ML_VER : " 2014"
66
66
NP_BUILD_DEP : " numpy==1.21.2"
67
- CYTHON_BUILD_DEP : " cython==0.29.24"
68
67
DOCKER_TEST_IMAGE : " multibuild/focal_{PLAT}"
69
68
NIGHTLY_BUILD : " true"
70
69
Original file line number Diff line number Diff line change 14
14
NIGHTLY_BUILD_COMMIT : " main"
15
15
NIGHTLY_BUILD : " false"
16
16
PYTHON_ARCH : " x64"
17
- TEST_DEPENDS : " pytest pytest-xdist hypothesis"
17
+ # https://github.com/pandas-dev/pandas/issues/47332
18
+ TEST_DEPENDS : " pytest pytest-xdist hypothesis tzdata"
18
19
TEST_DIR : ' $(Agent.WorkFolder)/tmp_for_test'
19
20
strategy :
20
21
matrix :
Original file line number Diff line number Diff line change 1
1
# Define custom utilities
2
2
# Test for OSX with [ -n "$IS_OSX" ]
3
3
4
+ # Adapted from MacPython/numpy-wheels
5
+ # https://github.com/MacPython/numpy-wheels/blob/87b189083a5f77225c3e51895c16d11711f73987/config.sh#L4-L7
6
+ if [ $( uname) == " Linux" ]; then
7
+ IS_LINUX=1
8
+ ! git config --global --add safe.directory /io/pandas
9
+ fi
10
+
4
11
function pre_build {
5
12
# Any stuff that you need to do before you start building the wheels
6
13
# Runs in the root directory of this repository.
You can’t perform that action at this time.
0 commit comments