Skip to content

Commit

Permalink
Add ls_runner twice
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Jan 31, 2025
1 parent 464e500 commit df1ac39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/langsmith/testing/_internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ def _end_tests(test_suite: _LangSmithTestSuite):
**git_info,
"dataset_version": dataset_version,
"revision_id": ls_env.get_langchain_env_var_metadata().get("revision_id"),
"__ls_runner": "pytest",
},
)
if dataset_version and git_info["commit"] is not None:
Expand Down

0 comments on commit df1ac39

Please sign in to comment.