mirror of
https://github.com/encode/django-rest-framework.git
synced 2026-02-17 20:50:35 +03:00
Upgrade pip during install
This commit is contained in:
parent
fc2ca65262
commit
339a04f835
|
|
@ -11,6 +11,7 @@ build:
|
|||
python: "3.13"
|
||||
jobs:
|
||||
install:
|
||||
- pip install --upgrade pip
|
||||
- pip install -e . --group docs
|
||||
|
||||
# Build documentation with Mkdocs
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user