fix: changes graph DB to neo4j in windows test
This commit is contained in:
parent
1e4f71dacb
commit
b949b29fa7
1 changed files with 3 additions and 2 deletions
|
|
@ -39,6 +39,7 @@ jobs:
|
|||
ENV: 'dev'
|
||||
PYTHONFAULTHANDLER: 1
|
||||
LLM_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
GRAPHISTRY_USERNAME: ${{ secrets.GRAPHISTRY_USERNAME }}
|
||||
GRAPHISTRY_PASSWORD: ${{ secrets.GRAPHISTRY_PASSWORD }}
|
||||
GRAPH_DATABASE_URL: ${{ secrets.NEO4J_API_URL }}
|
||||
GRAPH_DATABASE_PASSWORD: ${{ secrets.NEO4J_API_KEY }}
|
||||
GRAPH_DATABASE_USERNAME: "neo4j"
|
||||
run: poetry run python ./examples/python/dynamic_steps_example.py
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue