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 57edc45 commit d906b33Copy full SHA for d906b33
.github/workflows/ubuntu.yml
@@ -64,7 +64,7 @@ jobs:
64
env_file: actions-310-numpydev.yaml
65
pattern: "not slow and not network and not single_cpu"
66
pandas_testing_mode: "deprecate"
67
- test_args: "-W error::DeprecationWarning:numpy"
+ test_args: "-W error::DeprecationWarning:numpy -W error::FutureWarning:numpy"
68
exclude:
69
- env_file: actions-39.yaml
70
pyarrow_version: "6"
0 commit comments