PDL::IO::DBI fails a test with PDL 2.099. kmx/pdl-io-dbi#3
However, the test is only run when DBD::SQLite is installed and so the failure is missed in the downstream testing workflow.
I guess the workflow file needs a depends-on entry for DBD::SQLite, and perhaps an apt entry for sqlite.
There are also test dependencies on DBD::ODBC and DBD::Pg but those require more external packages and would not have tickled this issue. PDL::DateTime could be added, though.
Fixing the root cause is a problem for PDL::IO::DBI.