diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 1b0e0629..9b31aef8 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -62,4 +62,4 @@ jobs: - name: Run e2e tests run: poetry run python -m pytest tests/e2e - name: Run SQL Alchemy tests - run: poetry run python -m pytest src/databricks/sqlalchemy/tests/test_local + run: poetry run python -m pytest src/databricks/sqlalchemy/test_local