Skip to content

Commit

Permalink
Fix openai CI tests (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ying1123 authored Aug 1, 2024
1 parent 4075677 commit 40e6f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Test OpenAI Backend
run: |
export OPENAI_API_KEY=secrets.OPENAI_API_KEY
cd sglang/test/lang
export OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}
cd test/lang
python3 test_openai_backend.py
- name: Benchmark Serving
Expand Down

0 comments on commit 40e6f51

Please sign in to comment.