mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
not openai
This commit is contained in:
@@ -43,9 +43,9 @@ jobs:
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
|
||||
- name: Generate coverage report
|
||||
if: matrix.python-version == '3.11'
|
||||
if: matrix.python-version == '3.1'
|
||||
run: |
|
||||
poetry run coverage run -m pytest tests/ -k "not evals"
|
||||
poetry run coverage run -m pytest tests/ -k "not openai"
|
||||
poetry run coverage report
|
||||
poetry run coverage html
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user