Skip to content

Commit

Permalink
Fake OpenAI API key in integration testing environments
Browse files Browse the repository at this point in the history
  • Loading branch information
whimo committed May 3, 2024
1 parent 21172b9 commit c8b034d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ jobs:
run: poetry run pytest

- name: Run integration tests
env:
OPENAI_API_KEY: fake_key_1337
run: poetry run python tests/run_integration_tests.py

0 comments on commit c8b034d

Please sign in to comment.