Skip to content

Commit 74b09db

Browse files
committed
fix issue building docs
1 parent d72a395 commit 74b09db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sphinx.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
uses: ammaraskar/[email protected]
1818
with:
1919
pre-build-command: |
20+
sudo apt-get update
21+
sudo apt-get install build-essential
22+
pip install --upgrade pip
2023
pip install -e ".[doc]"
2124
- name: Upload artifacts
2225
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)