From 0b2f615aa410d49588973b1bf8bf188333aa796a Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Thu, 5 Sep 2024 17:03:34 -0700 Subject: [PATCH] only run duckdb test --- .github/workflows/python-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index e290fcf81c..d59eae3a3c 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -50,4 +50,4 @@ jobs: - name: Linters run: make lint - name: Tests - run: make test-coverage + run: PYTEST_ARGS="-k test_duckdb_url_import" make test-integration