We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe56285 commit 9d0e634Copy full SHA for 9d0e634
.github/workflows/tests.yml
@@ -42,6 +42,7 @@ jobs:
42
LANGFUSE_SECRET_KEY: ${{ secrets.LANGFUSE_SECRET_KEY }}
43
LANGFUSE_PUBLIC_KEY: ${{ vars.LANGFUSE_PUBLIC_KEY }}
44
LANGFUSE_HOST: ${{ vars.LANGFUSE_HOST }}
45
+ WANDB_API_KEY: ${{ secrets.WANDB_API_KEY }}
46
run: |
47
# Note: Some tests are expected to be skipped based on model capabilities
48
uv run pytest -v -n auto tests/
0 commit comments