This commit is contained in:
Jason Liu
2023-12-15 11:17:23 -05:00
parent 56febc47a0
commit 9606841d96
+2 -2
View File
@@ -38,12 +38,12 @@ jobs:
run: poetry install --with dev
- name: Run tests
run: poetry run pytest tests/ -k "not openai"
run: poetry run pytest tests/ -k "not evals"
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
- name: Generate coverage report
if: matrix.python-version == '3.1'
if: matrix.python-version == '3.11'
run: |
poetry run coverage run -m pytest tests/ -k "not openai"
poetry run coverage report