Skip to content

Commit ce73a4b

Browse files
committed
ti
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent c6876ff commit ce73a4b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docs-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
run: chmod +x ./docs/scripts/doc8_style_check.sh
2525

2626
- name: Install Dependencies
27-
working-directory: ./docs
28-
run: pip install -r requirements.txt
27+
run: pip install -e ".[docs]"
2928

3029
- name: Check Sphinx Documentation build minimally
3130
working-directory: ./docs

0 commit comments

Comments
 (0)