Skip to content

Commit bd0ee9f

Browse files
authored
Add MSSQL to make install-engine-integration (#1596)
1 parent 0c8dbf1 commit bd0ee9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ install-dev:
44
pip3 install -e ".[dev,web,slack]"
55

66
install-engine-integration:
7-
pip3 install -e ".[dev,web,slack,mysql,postgres,databricks,redshift,bigquery,snowflake,trino]"
7+
pip3 install -e ".[dev,web,slack,mysql,postgres,databricks,redshift,bigquery,snowflake,trino,mssql]"
88

99
install-pre-commit:
1010
pre-commit install

0 commit comments

Comments
 (0)