Skip to content

Commit f896d7d

Browse files
committed
restoring pytests.
1 parent 7ee8651 commit f896d7d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ jobs:
2929
python -m pip install -e . --group test
3030
3131
- name: 🧪 Run Doctests and Coverage
32-
run: pytest --cov --cov-branch --cov-report=xml --doctest-modules .
33-
with:
34-
verbose: true
32+
run: |
33+
pytest --cov --cov-branch --cov-report=xml --doctest-modules .
3534
3635
- name: 📈 Upload to Codecov
3736
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)