1 parent ceb3329 commit 44ce504Copy full SHA for 44ce504
1 file changed
.github/workflows/make-doc.yml
@@ -13,6 +13,7 @@ jobs:
13
- uses: actions/setup-python@v5
14
- name: Install dependencies
15
run: |
16
+ git status
17
pip install -r requirements-dev.txt
18
- name: Sphinx build
19
0 commit comments