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 7f918cd commit 5bf778fCopy full SHA for 5bf778f
.github/workflows/run_test.yaml
@@ -23,6 +23,7 @@ jobs:
23
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
24
LLM_BASE_URL: ${{ env.LLM_BASE_URL }}
25
LLM_MODEL: ${{ env.LLM_MODEL }}
26
+ DEFAULT_PREDICTION_API: ${{ env.DEFAULT_PREDICTION_API }}
27
run: |
28
pip install pytest && pytest test_app_cicd.py
29
continue-on-error: true
0 commit comments