We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e335ad8 commit 33ba1d2Copy full SHA for 33ba1d2
.github/workflows/ai-integration-test.yml
@@ -34,11 +34,12 @@ jobs:
34
token: ${{ secrets.GITHUB_TOKEN }}
35
36
- name: Run Python SDK Tests
37
- uses: getsentry/testing-ai-sdk-integrations@1c6853a3a46ff1217248bf2b61e3ca5c4fcafdca
+ uses: getsentry/testing-ai-sdk-integrations@dba21cbfb57482556338983d8c35e6b09b534667
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
with:
41
language: py
42
+ sentry-python-path: ${{ github.workspace }}
43
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
44
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
45
google-api-key: ${{ secrets.GOOGLE_API_KEY }}
0 commit comments