Skip to content

Commit

Permalink
Add optional task_path arg for put_writes()
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni committed Jan 19, 2025
1 parent 5be6be1 commit a55d516
Show file tree
Hide file tree
Showing 12 changed files with 946 additions and 1,299 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ test_mysql_version:
@echo "Testing MySQL $(MYSQL_VERSION)"
@MYSQL_VERSION=$(MYSQL_VERSION) make start-mysql
@poetry run pytest --ignore=langgraph-tests $(TEST) && \
poetry run pytest -n auto --dist worksteal langgraph-tests && \
LANGGRAPH_FF_SEND_V2=true poetry run pytest -n auto --dist worksteal langgraph-tests || ( \
poetry run pytest -n auto --dist worksteal langgraph-tests || ( \
EXIT_CODE=$$?; \
make stop-mysql; \
echo "Finished testing MySQL $(MYSQL_VERSION); Exit code: $$EXIT_CODE"; \
Expand Down
Loading

0 comments on commit a55d516

Please sign in to comment.