Skip to content

Commit

Permalink
Merge branch 'master' into feat/send_message_google
Browse files Browse the repository at this point in the history
  • Loading branch information
soumik12345 authored Oct 28, 2024
2 parents 4bd2b13 + b77df96 commit 7f87d50
Show file tree
Hide file tree
Showing 49 changed files with 2,803 additions and 259 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ jobs:
'mistral1',
'notdiamond',
'openai',
'scorers_tests',
'pandas-test',
]
fail-fast: false
Expand Down Expand Up @@ -292,6 +293,9 @@ jobs:
WF_CLICKHOUSE_HOST: weave_clickhouse
WEAVE_SERVER_DISABLE_ECOSYSTEM: 1
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
nox -e "tests-${{ matrix.python-version-major }}.${{ matrix.python-version-minor }}(shard='${{ matrix.nox-shard }}')"
trace-tests-matrix-check: # This job does nothing and is only used for the branch protection
Expand Down
Loading

0 comments on commit 7f87d50

Please sign in to comment.