Skip to content

Commit

Permalink
and not
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Apr 1, 2024
1 parent 57c98d5 commit 7b55741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: poetry install --with dev,anthropic

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

0 comments on commit 7b55741

Please sign in to comment.