Skip to content

Commit

Permalink
Add python 3_9 and 3_10 to test matrix (#791)
Browse files Browse the repository at this point in the history
Add to test matrix

---------

Co-authored-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com>
  • Loading branch information
2 people authored and dqbd committed Jun 19, 2024
1 parent c9475e4 commit b204488
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
defaults:
Expand Down
2 changes: 2 additions & 0 deletions python/langsmith/evaluation/_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,8 @@ def evaluate_comparative(
View the evaluation results for experiment:...
>>> results_1.wait()
>>> results_2.wait()
>>> import time
>>> time.sleep(10) # Wait for the traces to be fully processed
Finally, you would compare the two prompts directly:
>>> import json
Expand Down
1 change: 1 addition & 0 deletions python/tests/unit_tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# mypy: disable-error-code="annotation-unchecked"
import copy
import dataclasses
import itertools
Expand Down

0 comments on commit b204488

Please sign in to comment.