There was an error while loading. Please reload this page.
1 parent c6a2f9e commit 32d2632Copy full SHA for 32d2632
1 file changed
.github/workflows/docs.yml
@@ -46,6 +46,9 @@ jobs:
46
- name: Install Python dependencies
47
run: |
48
python -m pip install --upgrade pip
49
+ ls -alth
50
+ apt-get install -y tree
51
+ tree
52
pip install -r docs/sphinx/requirements.txt
53
pip install -e .
54
0 commit comments