-
Notifications
You must be signed in to change notification settings - Fork 563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI failing SQL Server: no sqlcmd #1380
Comments
According to the bug report in the description and this documentation it points to, it should be as easy as adding "18" to the directory name (and maybe add -C). It says the docker image should already contain it. I tried on a fix-ss-tests branch and it isn't working.
|
Adding "18" and "-C" to the mssql2019 and mssql2022 commands (but leaving mssql2017 as was) seems to work:
https://github.com/keitherskine/pyodbc/actions/runs/10761640943/job/29841067213 |
OK, will do. One sec... |
Thanks @keitherskine That was it. I thought 2017 was also failing. |
No probs @mkleehammer , the Ubuntu CI tests are passing now. |
The CI jobs are failing with this message:
Possibly related to this?
microsoft/mssql-docker#892
The text was updated successfully, but these errors were encountered: