Skip to content

Commit

Permalink
Fix python tests (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ristomcgehee authored Jan 21, 2024
1 parent 3c12155 commit 06af673
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
make install-dev
- name: Install server dependencies
# The python tests spin up a server instance if it's not already running.
run: |
make init-server
- name: Run tests
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down

0 comments on commit 06af673

Please sign in to comment.