Skip to content

Commit

Permalink
Updated unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs committed Dec 1, 2024
1 parent bdb4b81 commit 899a990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Unit tests
strategy:
matrix:
python_version: ["3.8", "3.9", "3.10", "3.11"]
python_version: ["3.10", "3.11"]
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@pytest.fixture
def credentials() -> FabricCredentials:
credentials = FabricCredentials(
driver="ODBC Driver 17 for SQL Server",
driver="ODBC Driver 18 for SQL Server",
host="fake.sql.fabric.net",
database="dbt",
schema="fabric",
Expand Down

0 comments on commit 899a990

Please sign in to comment.