Unverified Commit 40e6f513 authored by Ying Sheng's avatar Ying Sheng Committed by GitHub
Browse files

Fix openai CI tests (#870)

parent 40756776
...@@ -34,8 +34,8 @@ jobs: ...@@ -34,8 +34,8 @@ jobs:
- name: Test OpenAI Backend - name: Test OpenAI Backend
run: | run: |
export OPENAI_API_KEY=secrets.OPENAI_API_KEY export OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}
cd sglang/test/lang cd test/lang
python3 test_openai_backend.py python3 test_openai_backend.py
- name: Benchmark Serving - name: Benchmark Serving
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment