Skip to content

Commit ee38ee2

Browse files
authored
rollback error
1 parent 50dc8fc commit ee38ee2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/python.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ jobs:
3737
- name: Run Pytest tests
3838
run: pytest
3939

40-
- name: Run Doctests only
41-
run: |
42-
find . -name "*.py" -not -path "./.*" -not -path "./venv/*" -not -path "./tmp/*" -exec python -m doctest {} \; || true
43-
4440
- name: Run Ruff checks with ignored rules
4541
run: ruff check . --ignore B904,B905,EM101,EXE001,G004,ISC001,PLC0415,PLC1901,PLW060,PLW1641,PLW2901,PT011,PT018,PT028,S101,S311,SIM905,SLF001
4642

0 commit comments

Comments
 (0)