Skip to content

Commit 6c40899

Browse files
committed
add OPENAI_API_KEY env var for tests
1 parent 8eca28b commit 6c40899

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr_qc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
with:
1515
python-version: 3.11
1616
- name: Run qa
17+
env:
18+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
1719
run: |
1820
python -m venv ./.venv
1921
source ./.venv/bin/activate

0 commit comments

Comments
 (0)