Skip to content

Commit a536fc5

Browse files
committed
updated command to install dependencies for documentation in CI
1 parent 584e8b9 commit a536fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
python-version: '3.13'
6161

6262
- name: Install dependencies
63-
run: pip install -r requirements/requirements-documentation.txt
63+
run: pip install -e .[testing]
6464

6565
# Start mkdocs server and wait for it to be ready
6666
- run: mkdocs serve &

0 commit comments

Comments
 (0)