Skip to content

Commit

Permalink
修改: .github/workflows/pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxinwei committed Dec 29, 2024
1 parent 0da7272 commit bbc32b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
sudo apt install build-essential python3-dev libcairo2-dev libpango1.0-dev ffmpeg
pip install --upgrade pip
pip install sphinxcontrib-websupport
pip install .[doc] --upgrade
pip install .[doc,dev] --upgrade
conda install -c conda-forge pandoc compilers cppyy
conda install -c conda-forge ffmpeg manim
pip install manim
Expand Down

0 comments on commit bbc32b3

Please sign in to comment.