Skip to content

Commit efc2ed8

Browse files
committed
LlamaIndex: Fix CI
1 parent 5240007 commit efc2ed8

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/workflows/ml-llamaindex.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,15 @@ jobs:
4040
'ubuntu-latest',
4141
]
4242
python-version: [
43-
'3.8',
43+
'3.9',
4444
'3.13',
4545
]
46-
cratedb-version: [ 'nightly' ]
46+
cratedb-version: [
47+
'nightly',
48+
]
49+
cratedb-mcp-version: [
50+
'pr-50',
51+
]
4752

4853
services:
4954
cratedb:
@@ -53,6 +58,14 @@ jobs:
5358
- 5432:5432
5459
env:
5560
CRATE_HEAP_SIZE: 4g
61+
cratedb-mcp:
62+
image: crate/cratedb-mcp:${{ matrix.cratedb-mcp-version }}
63+
ports:
64+
- 8000:8000
65+
env:
66+
CRATEDB_MCP_TRANSPORT: streamable-http
67+
CRATEDB_MCP_HOST: 0.0.0.0
68+
CRATEDB_MCP_PORT: 8080
5669

5770
env:
5871
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

0 commit comments

Comments
 (0)