Skip to content

Commit 0f55dc0

Browse files
committed
fixing workflow
1 parent faf57dc commit 0f55dc0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install -e .[dev,sphinx]
23+
git submodule update --init
24+
pip install -e .
25+
pip install -r doc/requirements.txt
2426
2527
- name: Build docs
2628
run: |

0 commit comments

Comments
 (0)