ci: add missing django-components during docs build (#1377)
Some checks failed
Docs - build & deploy / docs (push) Has been cancelled
Run tests / build (ubuntu-latest, 3.10) (push) Has been cancelled
Run tests / build (ubuntu-latest, 3.11) (push) Has been cancelled
Run tests / build (ubuntu-latest, 3.12) (push) Has been cancelled
Run tests / build (ubuntu-latest, 3.13) (push) Has been cancelled
Run tests / build (ubuntu-latest, 3.8) (push) Has been cancelled
Run tests / build (ubuntu-latest, 3.9) (push) Has been cancelled
Run tests / build (windows-latest, 3.10) (push) Has been cancelled
Run tests / build (windows-latest, 3.11) (push) Has been cancelled
Run tests / build (windows-latest, 3.12) (push) Has been cancelled
Run tests / build (windows-latest, 3.13) (push) Has been cancelled
Run tests / build (windows-latest, 3.8) (push) Has been cancelled
Run tests / build (windows-latest, 3.9) (push) Has been cancelled
Run tests / test_docs (3.13) (push) Has been cancelled
Run tests / test_sampleproject (3.13) (push) Has been cancelled

This commit is contained in:
Juro Oravec 2025-09-14 18:26:00 +02:00 committed by GitHub
parent 81afed2350
commit b01e5a3804
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,6 +60,8 @@ jobs:
# See https://github.com/airspeed-velocity/asv/issues/1484 # See https://github.com/airspeed-velocity/asv/issues/1484
python -m pip install -q pre-commit asv virtualenv==20.30 python -m pip install -q pre-commit asv virtualenv==20.30
python -m pip install -r requirements-docs.txt python -m pip install -r requirements-docs.txt
# Install django-components locally
python -m pip install -e .
########################################### ###########################################
# RECORD BENCHMARK - ONLY ON PUSH TO MASTER # RECORD BENCHMARK - ONLY ON PUSH TO MASTER