Skip to content

Commit 646a943

Browse files
committed
fix ci
1 parent 4e3ca3c commit 646a943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: pip install -e '.[dev]'
2626

2727
- name: run tests
28-
run: coverage run -a -m pytest tests
28+
run: coverage run -a -m pytest
2929

3030
- uses: codecov/codecov-action@v4
3131
with:

0 commit comments

Comments
 (0)