File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 1- name : API Model Tests
1+ name : API Models Tests
22
33on :
44 workflow_dispatch :
5- inputs :
6- branch_name :
7- description : ' Name of the branch to test'
8- required : true
9- type : string
105
116jobs :
127 tests :
13- name : Run API Model Tests
8+ name : Run API Models Tests
149 runs-on : ubuntu-latest
1510 env :
1611 OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
2520 steps :
2621 - uses : actions/checkout@v3
2722 with :
28- ref : ${{ github.event.inputs.branch_name }}
23+ ref : ${{ github.ref }}
2924
3025 - name : Set up Python ${{ matrix.python-version }}
3126 uses : actions/setup-python@v4
5752
5853 - name : Run tests
5954 run : |
60- uv run pytest -x --cov=outlines - m 'api_call' --ignore=tests/models/test_dottxt.py
55+ uv run pytest -m 'api_call' --ignore=tests/models/test_dottxt.py
6156 env :
6257 COVERAGE_FILE : .coverage.${{ steps.matrix-id.outputs.id }}
You can’t perform that action at this time.
0 commit comments