We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241e6ce commit 5a2de00Copy full SHA for 5a2de00
.github/workflows/integration.yml
@@ -62,4 +62,4 @@ jobs:
62
- name: Run e2e tests
63
run: poetry run python -m pytest tests/e2e
64
- name: Run SQL Alchemy tests
65
- run: poetry run python -m pytest src/databricks/sqlalchemy/tests/test_local
+ run: poetry run python -m pytest src/databricks/sqlalchemy/test_local
0 commit comments