Commit ab259a7
chore: add installation of system libs for pymssql in CI
- mssql tests were failing with the error:
```
fatal error: sqlfront.h: No such file or directory
```
- fix this by installing `freetds-dev` (and build-essentials)
so `pymssql` can compile against the FreeTDS headers.
- pin pymssql upto 2.3.2 to fix error:
```
pymssql (2.3.2) not supporting PEP 517 builds
```1 parent 0be4186 commit ab259a7
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments