fix(ci): trying to fix build problem

This commit is contained in:
Jérome Eertmans
2022-10-31 15:33:34 +01:00
parent 534bc21672
commit 8b56f42183

View File

@ -37,7 +37,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Install Linux Dependencies
run: sudo apt install libcairo2-dev libpango1.0-dev ffmpeg libgl1
run: sudo apt install libcairo2-dev libpango1.0-dev ffmpeg libgl1 libsm6 libxext6
- name: Install Python dependencies
run: pip install manim sphinx sphinx_click furo
- name: Install local Python package