diff --git a/.github/workflows/pr_qc.yml b/.github/workflows/pr_qc.yml index f1ce7b8..f7f4908 100644 --- a/.github/workflows/pr_qc.yml +++ b/.github/workflows/pr_qc.yml @@ -12,8 +12,11 @@ jobs: - name: Install the latest version of uv uses: astral-sh/setup-uv@v7 with: + enable-cache: false python-version: 3.11 - name: Run qa + env: + OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} run: | python -m venv ./.venv source ./.venv/bin/activate