Skip to content

Commit e023943

Browse files
authored
Update python.yml
1 parent 976f545 commit e023943

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636

3737
- name: Run Pytest tests
3838
run: pytest
39-
39+
- name: Run only Doctests
40+
run: pytest --doctest-modules --doctest-only
4041
- name: Run Ruff checks with ignored rules
4142
run: ruff check . --ignore B904,B905,EM101,EXE001,G004,ISC001,PLC0415,PLC1901,PLW060,PLW1641,PLW2901,PT011,PT018,PT028,S101,S311,SIM905,SLF001
4243

0 commit comments

Comments
 (0)