Skip to content

Commit 21a7001

Browse files
authored
Merge pull request #78 from choldgraf/gha
fixing workflow
2 parents eb57b5d + 0f55dc0 commit 21a7001

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)