Skip to content

Commit

Permalink
move tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Mar 29, 2024
1 parent 492f671 commit abfded0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
run: poetry install --with dev,anthropic

- name: Run tests
run: poetry run pytest tests/ -k "not llm"
run: poetry run pytest tests/ -k "not openai and not anthropic and not evals"
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

- name: Generate coverage report
if: matrix.python-version == '3.11'
run: |
poetry run coverage run -m pytest tests/ -k "not llm"
poetry run coverage run -m pytest tests/
poetry run coverage report
poetry run coverage html
env:
Expand Down
File renamed without changes.

0 comments on commit abfded0

Please sign in to comment.