move tests

This commit is contained in:
Jason Liu
2023-12-15 11:23:29 -05:00
parent 9606841d96
commit 0bb837ff7c
3 changed files with 8 additions and 33 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
run: poetry install --with dev
- name: Run tests
run: poetry run pytest tests/ -k "not evals"
run: poetry run pytest tests/ -k "not openai"
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}