Skip to content

Commit ce08360

Browse files
committed
Fix CI: run pytest tests/ instead of --pyargs confection
1 parent 83335c6 commit ce08360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ jobs:
7474
7575
- name: Run tests
7676
run: |
77-
python -m pytest --pyargs confection
77+
python -m pytest tests/

0 commit comments

Comments
 (0)