We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1aebb commit 021fa9eCopy full SHA for 021fa9e
ci/azure/posix.yml
@@ -44,15 +44,13 @@ jobs:
44
PATTERN: "not slow and not network"
45
LOCALE_OVERRIDE: "zh_CN.UTF-8"
46
47
- # Disabled for NumPy object-dtype warning.
48
- # https://github.com/pandas-dev/pandas/issues/30043
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"
+ py37_np_dev:
+ ENV_FILE: ci/deps/azure-37-numpydev.yaml
+ CONDA_PY: "37"
+ PATTERN: "not slow and not network"
+ TEST_ARGS: "-W error"
+ PANDAS_TESTING_MODE: "deprecate"
+ EXTRA_APT: "xsel"
56
57
steps:
58
- script: |
0 commit comments