diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index a759280c74521..c4398efb12c3d 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -64,7 +64,7 @@ jobs: env_file: actions-310-numpydev.yaml pattern: "not slow and not network and not single_cpu" pandas_testing_mode: "deprecate" - test_args: "-W error::DeprecationWarning:numpy" + test_args: "-W error::DeprecationWarning:numpy -W error::FutureWarning:numpy" exclude: - env_file: actions-39.yaml pyarrow_version: "6"