Skip to content
2 changes: 2 additions & 0 deletions .github/workflows/pr_qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
python-version: 3.11
- name: Run qa
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
python -m venv ./.venv
source ./.venv/bin/activate
Expand Down
Loading