updated command to install dependencies for documentation in CI

This commit is contained in:
Pravin Kamble 2025-12-07 19:30:16 +05:30
parent 58d82d6268
commit fff5e24179

View File

@ -60,7 +60,7 @@ jobs:
python-version: '3.13'
- name: Install dependencies
run: pip install -r requirements/requirements-documentation.txt
run: pip install -e .[testing]
# Start mkdocs server and wait for it to be ready
- run: mkdocs serve &