Skip to content

Add more animations to Subgroups #229

Add more animations to Subgroups

Add more animations to Subgroups #229

Workflow file for this run

name: Render movie
on: [push]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install apt dependencies
run: |
sudo apt-get update
sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++ ffmpeg texlive-latex-extra --fix-missing
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pip'
- name: Install pip dependencies
run: |
python -m pip install --upgrade pip
python -m pip install manim-editor #Temporary, install here as it
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Render movie (manim)
run: |
script/movie