Do not load OPENAI_KEY from secrets (#3147)

This commit is contained in:
Lianmin Zheng
2025-01-26 01:54:03 -08:00
committed by GitHub
parent d1a0863251
commit 4a61253123

View File

@@ -43,8 +43,6 @@ jobs:
- name: Run test
timeout-minutes: 10
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
cd test/lang
python3 run_suite.py --suite per-commit