Ubuntu – Is there a way to install ODBC drivers on github actions?
I'm trying to build a CI/CD pipeline for my flask app in Azure using Github Actions. I have been able to build the workflows, however, when running the tests (using pytest), I'm getting the error pyodbc.Error: ('01000', "[01000] [unixODBC][Driver Manager]Can't…