From a0a39fd6dffdcc82e7d1f4f340c29193c3c2d4f0 Mon Sep 17 00:00:00 2001 From: Tim Saucer Date: Mon, 11 Nov 2024 14:52:26 -0500 Subject: [PATCH] Fix path for unit test --- .github/workflows/test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 07ab9740..124c34e3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -109,8 +109,7 @@ jobs: source venv/bin/activate pip install -e . -vv pytest -v . - cd examples/ffi-table-provider - pytest _test_table_provider.py + pytest examples/ffi-table-provider/python/tests/_test_table_provider.py - name: Cache the generated dataset id: cache-tpch-dataset