We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e3263 commit e8405ddCopy full SHA for e8405dd
.github/workflows/ci.yml
@@ -118,7 +118,7 @@ jobs:
118
run: xvfb-run -s "-screen 0 1400x900x24" poetry run pytest
119
120
- name: Run module doctests
121
- run: poetry run pytest --doctest-modules manim
+ run: poetry run pytest --doctest-modules --ignore-glob="*opengl*" manim
122
123
- name: Run doctests in rst files
124
run: cd docs && pip install -r requirements.txt && poetry run make doctest O=-tskip-manim
0 commit comments