Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda committed Jun 19, 2024
1 parent 452dea2 commit ab0e09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
poetry install --with test
- name: Start the service
run: |
touch ../.env
echo "OPENAI_API_KEY=placeholder" >> ../.env
poetry run langgraph up -c ../langgraph.json -d ../compose.override.yml --postgres-uri 'postgres://postgres:postgres@langgraph-postgres:5432/postgres?sslmode=disable' --verbose --wait
- name: Run tests
env:
Expand Down

0 comments on commit ab0e09c

Please sign in to comment.