Skip to content

Commit

Permalink
fix: no double tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Apr 29, 2024
1 parent a279b9b commit 0050e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: poetry install --with dev,anthropic

- name: Run tests
if: matrix.python-version != '3.11'
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 }}
Expand Down

0 comments on commit 0050e95

Please sign in to comment.