Skip to content

Commit e8405dd

Browse files
committed
Exclude OpenGL files from doctests
1 parent 56e3263 commit e8405dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
run: xvfb-run -s "-screen 0 1400x900x24" poetry run pytest
119119

120120
- name: Run module doctests
121-
run: poetry run pytest --doctest-modules manim
121+
run: poetry run pytest --doctest-modules --ignore-glob="*opengl*" manim
122122

123123
- name: Run doctests in rst files
124124
run: cd docs && pip install -r requirements.txt && poetry run make doctest O=-tskip-manim

0 commit comments

Comments
 (0)