From 9d2ef47cab496ce5892b54c93c8b0bcf22017821 Mon Sep 17 00:00:00 2001 From: Alexander Alderman Webb Date: Tue, 20 Jan 2026 15:10:45 +0100 Subject: [PATCH] ci: Fix path in AI integration tests --- .github/workflows/ai-integration-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ai-integration-test.yml b/.github/workflows/ai-integration-test.yml index bd2d9c3177..8cf8d15e24 100644 --- a/.github/workflows/ai-integration-test.yml +++ b/.github/workflows/ai-integration-test.yml @@ -34,11 +34,12 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Run Python SDK Tests - uses: getsentry/testing-ai-sdk-integrations@1c6853a3a46ff1217248bf2b61e3ca5c4fcafdca + uses: getsentry/testing-ai-sdk-integrations@dba21cbfb57482556338983d8c35e6b09b534667 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: language: py + sentry-python-path: ${{ github.workspace }} openai-api-key: ${{ secrets.OPENAI_API_KEY }} anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }} google-api-key: ${{ secrets.GOOGLE_API_KEY }}