We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1570c1b commit c4909d1Copy full SHA for c4909d1
.github/workflows/pr_qc.yml
@@ -14,6 +14,8 @@ jobs:
14
with:
15
python-version: 3.11
16
- name: Run qa
17
+ env:
18
+ OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
19
run: |
20
python -m venv ./.venv
21
source ./.venv/bin/activate
0 commit comments