Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Jun 18, 2024
1 parent 41c87b6 commit 66a3065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ start:

test:
# We need to update handling of env variables for tests
YDC_API_KEY=placeholder OPENAI_API_KEY=placeholder poetry run pytest $(TEST_FILE)
YDC_API_KEY=placeholder OPENAI_API_KEY=placeholder PGVECTOR_URI=postgres://postgres:postgres@langgraph-postgres:5432/postgres?sslmode=disable poetry run pytest $(TEST_FILE)

test_watch:
# We need to update handling of env variables for tests
YDC_API_KEY=placeholder OPENAI_API_KEY=placeholder poetry run ptw . -- $(TEST_FILE)
YDC_API_KEY=placeholder OPENAI_API_KEY=placeholder PGVECTOR_URI=postgres://postgres:postgres@langgraph-postgres:5432/postgres?sslmode=disable poetry run ptw . -- $(TEST_FILE)

######################
# LINTING AND FORMATTING
Expand Down

0 comments on commit 66a3065

Please sign in to comment.