Skip to content

Commit 9d0e634

Browse files
Add WANDB API key to GitHub Actions test workflow
- Include WANDB_API_KEY secret in test environment variables - Ensure Weights & Biases integration is supported during testing
1 parent fe56285 commit 9d0e634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
LANGFUSE_SECRET_KEY: ${{ secrets.LANGFUSE_SECRET_KEY }}
4343
LANGFUSE_PUBLIC_KEY: ${{ vars.LANGFUSE_PUBLIC_KEY }}
4444
LANGFUSE_HOST: ${{ vars.LANGFUSE_HOST }}
45+
WANDB_API_KEY: ${{ secrets.WANDB_API_KEY }}
4546
run: |
4647
# Note: Some tests are expected to be skipped based on model capabilities
4748
uv run pytest -v -n auto tests/

0 commit comments

Comments
 (0)