Skip to content

Commit ca1423e

Browse files
committed
missing setuptools and sox.
1 parent 1bf597c commit ca1423e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ jobs:
5252
- name: Install system dependencies
5353
run: |
5454
sudo apt-get update
55-
sudo apt-get install -y ffmpeg libcairo2-dev libpango1.0-dev \
55+
sudo apt-get install -y ffmpeg sox libcairo2-dev libpango1.0-dev \
5656
texlive texlive-latex-extra texlive-fonts-extra
5757
5858
- name: Install Python dependencies
5959
run: |
60-
pip install manim manim-voiceover[gtts] invoke python-graphblas \
60+
pip install setuptools manim manim-voiceover[gtts] invoke python-graphblas \
6161
networkx matplotlib python-dotenv \
6262
mkdocs mkdocs-material pymdown-extensions
6363
if [ "${{ inputs.prod }}" = "true" ]; then

0 commit comments

Comments
 (0)