Skip to content

Commit e455f28

Browse files
authored
Merge pull request #5 from guardrails-ai/test-envvar
add env var to qa for tests to work
2 parents 1570c1b + eedaaa6 commit e455f28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr_qc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ jobs:
1212
- name: Install the latest version of uv
1313
uses: astral-sh/setup-uv@v7
1414
with:
15+
enable-cache: false
1516
python-version: 3.11
1617
- name: Run qa
18+
env:
19+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
1720
run: |
1821
python -m venv ./.venv
1922
source ./.venv/bin/activate

0 commit comments

Comments
 (0)