Skip to content

Commit

Permalink
Adding dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Jun 3, 2023
1 parent 157357c commit 89559ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install packages
run: sudo apt update && sudo apt install -y git build-essential curl wget python3 python3-pip
- name: Install Python packages
run: sudo pip install sphinx sphinx-rtd-theme sphinxcontrib-tikz
run: sudo pip install sphinx sphinx-rtd-theme sphinxcontrib-youtube
- name: Build documentation
run: cd docs && make html
- name: Upload math result for job 1
Expand Down

0 comments on commit 89559ac

Please sign in to comment.