Skip to content

Commit 7882dbf

Browse files
committed
fix ci
1 parent 10a0772 commit 7882dbf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
--health-timeout 5s
2424
--health-retries 5
2525
env:
26-
MSSQL_PASS: Abcd12345678
27-
MSSQL_DRIVER: ODBC Driver 18 for SQL Server
26+
TEST_MSSQL_PASS: Abcd12345678
2827
strategy:
2928
matrix:
3029
python-version: [ "3.8", "3.9", "3.10" ]

0 commit comments

Comments
 (0)