Skip to content

Commit

Permalink
add fake test key
Browse files Browse the repository at this point in the history
  • Loading branch information
BenderV committed Sep 14, 2024
1 parent 032f159 commit bc02151
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
python -m pip install --upgrade pip
pip install -e .[all]
- name: Run tests
env:
OPENAI_API_KEY: test-key
run: python -m unittest discover

publish:
Expand Down

0 comments on commit bc02151

Please sign in to comment.