Skip to content

Commit c4909d1

Browse files
committed
add env var to qa for tests to work
1 parent 1570c1b commit c4909d1

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)