Skip to content

Commit 6128156

Browse files
committed
Install pkg to build docs
1 parent a3a878c commit 6128156

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
with:
2222
python-version: "3.11"
2323

24+
- name: Install package
25+
run: pip install -e .
26+
2427
- name: Install dependencies
2528
run: pip install -r requirements.docs.txt
2629

0 commit comments

Comments
 (0)