ci: add missing django-components during docs build

This commit is contained in:
Juro Oravec 2025-09-14 16:19:01 +00:00
parent 81afed2350
commit c1a86f19b6

View file

@ -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