Skip to content

Commit de70133

Browse files
committed
Undo random fix
1 parent 83dd82b commit de70133

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
@@ -115,7 +115,7 @@ jobs:
115115
poetry install -E webgl_renderer
116116
117117
- name: Run tests
118-
run: xvfb-run -s "-screen 0 1400x900x24" poetry run pytest
118+
run: poetry run pytest
119119

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

0 commit comments

Comments
 (0)