Skip to content

Commit d906b33

Browse files
authored
CI: Include FutureWarning from numpy in npdev build (#48041)
1 parent 57edc45 commit d906b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
env_file: actions-310-numpydev.yaml
6565
pattern: "not slow and not network and not single_cpu"
6666
pandas_testing_mode: "deprecate"
67-
test_args: "-W error::DeprecationWarning:numpy"
67+
test_args: "-W error::DeprecationWarning:numpy -W error::FutureWarning:numpy"
6868
exclude:
6969
- env_file: actions-39.yaml
7070
pyarrow_version: "6"

0 commit comments

Comments
 (0)