Skip to content

Commit

Permalink
CI: workaround numpydev bug (#29433)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger authored and jreback committed Nov 6, 2019
1 parent 8b0f806 commit b4adb71
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions ci/azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,16 @@ jobs:
PATTERN: "not slow and not network"
LOCALE_OVERRIDE: "zh_CN.UTF-8"

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"
# https://github.com/pandas-dev/pandas/issues/29432
# 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"
# # TODO:
# continueOnError: true

steps:
- script: |
Expand Down

0 comments on commit b4adb71

Please sign in to comment.