Skip to content

Commit

Permalink
Enable keys for server actions unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dgpetrie committed Sep 22, 2023
1 parent 9a4a905 commit 3e12a60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-server-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ jobs:
python3 -c "import stable_whisper;print(stable_whisper.__version__)"
- name: Test py_vcon_server package with pytest
# Environment variables
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
DEEPGRAM_KEY: ${{ secrets.DEEPGRAM_KEY }}

run: |
# Run all Vcon server package unit tests
(cd py_vcon_server; pytest -v -rP tests)
Expand Down

0 comments on commit 3e12a60

Please sign in to comment.