Skip to content

Commit

Permalink
test workflows #1
Browse files Browse the repository at this point in the history
  • Loading branch information
alckasoc committed Nov 6, 2024
1 parent 3bc1d3a commit ad9c501
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.10, 3.11]
python-version: ["3.10", "3.11"]
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.10, 3.11]
python-version: ["3.10", "3.11"]
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion agential/agents/clin/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def accumulate_metrics(
Args:
steps (List[CLINStepOutput]): List of CLINStepOutput objects.
meta_summaries_response (Optional[Response]): Response from meta_summaries.
meta_summaries_response (Optional[Response]): Response from meta_summaries. Can be None.
Returns:
Dict[str, Any]: A dictionary containing the following accumulated metrics:
Expand Down

0 comments on commit ad9c501

Please sign in to comment.