mirror of
https://github.com/encode/django-rest-framework.git
synced 2026-01-09 18:20:55 +03:00
updated command to install dependencies for documentation in CI
This commit is contained in:
parent
58d82d6268
commit
fff5e24179
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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 &
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user