Skip to content

Commit

Permalink
path again
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Durant committed Oct 9, 2024
1 parent 8142a1c commit 680906c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[run]
omit = **cudf.py
omit = src/akimbo/cudf.py
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
pip list
- name: test
run: |
python -m pytest -v --cov --cov-config=.coveragerc akimbo
python -m pytest -v --cov-config=.coveragerc --cov akimbo

0 comments on commit 680906c

Please sign in to comment.