Skip to content

Commit b4adb71

Browse files
TomAugspurgerjreback
authored andcommitted
CI: workaround numpydev bug (#29433)
1 parent 8b0f806 commit b4adb71

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

ci/azure/posix.yml

+10-7
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,16 @@ jobs:
4545
PATTERN: "not slow and not network"
4646
LOCALE_OVERRIDE: "zh_CN.UTF-8"
4747

48-
py37_np_dev:
49-
ENV_FILE: ci/deps/azure-37-numpydev.yaml
50-
CONDA_PY: "37"
51-
PATTERN: "not slow and not network"
52-
TEST_ARGS: "-W error"
53-
PANDAS_TESTING_MODE: "deprecate"
54-
EXTRA_APT: "xsel"
48+
# https://github.com/pandas-dev/pandas/issues/29432
49+
# py37_np_dev:
50+
# ENV_FILE: ci/deps/azure-37-numpydev.yaml
51+
# CONDA_PY: "37"
52+
# PATTERN: "not slow and not network"
53+
# TEST_ARGS: "-W error"
54+
# PANDAS_TESTING_MODE: "deprecate"
55+
# EXTRA_APT: "xsel"
56+
# # TODO:
57+
# continueOnError: true
5558

5659
steps:
5760
- script: |

0 commit comments

Comments
 (0)