Skip to content

Commit

Permalink
try(ci): fixing manimgl issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans authored Dec 5, 2022
1 parent fead272 commit f76c058
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ jobs:
if: matrix.manim == 'manim'
run: manim -ql example.py Example ThreeDExample
- name: Render slides
if: matrix.manim == 'manimgl'
if: matrix.manim == 'manimgl' && matrix.os == 'ubuntu-latest'
run: xvfb-run -a -s "-screen 0 1400x900x24" manimgl -l example.py Example ThreeDExample
- name: Render slides
if: matrix.manim == 'manimgl' && matrix.os != 'ubuntu-latest'
run: manimgl -l example.py Example ThreeDExample

# Play slides
Expand Down

0 comments on commit f76c058

Please sign in to comment.