From 813b69da78602e5ba46e927029cce272d3df5331 Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Mon, 5 Jan 2026 12:21:42 +0000 Subject: [PATCH] Fix tests in CI --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index d743161..028d8cf 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -23,4 +23,4 @@ jobs: python-version: ${{ matrix.python }} - name: Run tests - run: python setup.py test + run: python -m unittest test.test_pdftables_api