Skip to content

Commit e9c6269

Browse files
ci: add elasticsearch dependencies to unit tests workflow
Add .[elasticsearch] extra to install Elasticsearch handler dependencies (elasticsearch>=7.13.4,<9.0.0 and elasticsearch-dbapi>=0.2.9) during unit test runs.
1 parent ca30c37 commit e9c6269

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests_unit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ jobs:
131131
.[statsforecast] \
132132
.[mysql] \
133133
.[chromadb] \
134-
.[mssql]
134+
.[mssql] \
135+
.[elasticsearch]
135136
uv pip freeze
136137
git clone --branch v$(uv pip show mindsdb_sql_parser | grep Version | cut -d ' ' -f 2) https://github.com/mindsdb/mindsdb_sql_parser.git parser_tests
137138

0 commit comments

Comments
 (0)