Skip to content

Commit

Permalink
add test docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Mar 29, 2024
1 parent 31810fa commit b887b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
run: poetry install --with dev,docs,test-docs,anthropic

- name: Run tests
run: poetry run pytest tests/openai/docs
run: poetry run pytest tests/llm/test_openai/docs
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

0 comments on commit b887b2e

Please sign in to comment.