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