testing python -m pytest tests

This commit is contained in:
2025-10-30 18:53:23 -04:00
parent 825672a450
commit c5981e0e6c

View File

@@ -16,4 +16,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run tests
run: pytest tests
run: python -m pytest tests