Skip to content

Commit

Permalink
Merge pull request #47 from tjni/nc/15jan/put-writes-task-path
Browse files Browse the repository at this point in the history
Add optional task_path arg for put_writes()
  • Loading branch information
tjni authored Jan 19, 2025
2 parents 5be6be1 + a55d516 commit 3127af8
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 3127af8

Please sign in to comment.