run pytest

This commit is contained in:
Jared Dillard
2025-05-16 01:17:52 -07:00
parent 012674a934
commit 542fb2efb0
+3 -3
View File
@@ -39,9 +39,9 @@ jobs:
# run: | # run: |
# mypy sphinx_cmd # mypy sphinx_cmd
# - name: Test with pytest - name: Test with pytest
# run: | run: |
# pytest pytest
# - name: Build package # - name: Build package
# run: | # run: |