mirror of
https://github.com/django-components/django-components.git
synced 2025-09-18 19:59:46 +00:00
ci: add missing django-components during docs build
This commit is contained in:
parent
81afed2350
commit
c1a86f19b6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -60,6 +60,8 @@ jobs:
|
|||
# See https://github.com/airspeed-velocity/asv/issues/1484
|
||||
python -m pip install -q pre-commit asv virtualenv==20.30
|
||||
python -m pip install -r requirements-docs.txt
|
||||
# Install django-components locally
|
||||
python -m pip install -e .
|
||||
|
||||
###########################################
|
||||
# RECORD BENCHMARK - ONLY ON PUSH TO MASTER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue