Skip to content

Commit

Permalink
fix coverage wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikKaum committed Aug 22, 2024
1 parent 91817ec commit 1a9a9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Run tests
run: |
source .venv/bin/activate
pytest --cov=src/outlines_core
pytest --cov=outlines_core
- name: Upload coverage data
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 1a9a9a5

Please sign in to comment.