Skip to content

Commit

Permalink
Fix doc ci dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanElsner committed Nov 18, 2023
1 parent 707aa0b commit 02a7b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pyopengl==3.1.6
pip install .[doc]
- name: Build with Sphinx
run: cd doc && make html
Expand Down

0 comments on commit 02a7b06

Please sign in to comment.