We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf597c commit ca1423eCopy full SHA for ca1423e
1 file changed
.github/workflows/build-and-deploy.yml
@@ -52,12 +52,12 @@ jobs:
52
- name: Install system dependencies
53
run: |
54
sudo apt-get update
55
- sudo apt-get install -y ffmpeg libcairo2-dev libpango1.0-dev \
+ sudo apt-get install -y ffmpeg sox libcairo2-dev libpango1.0-dev \
56
texlive texlive-latex-extra texlive-fonts-extra
57
58
- name: Install Python dependencies
59
60
- pip install manim manim-voiceover[gtts] invoke python-graphblas \
+ pip install setuptools manim manim-voiceover[gtts] invoke python-graphblas \
61
networkx matplotlib python-dotenv \
62
mkdocs mkdocs-material pymdown-extensions
63
if [ "${{ inputs.prod }}" = "true" ]; then
0 commit comments