Install test extras in module matrix workflow
Some checks failed
Dependency Audit / dependency-audit (push) Successful in 1m41s
Module Matrix / module-matrix (push) Has been cancelled

This commit is contained in:
2026-07-10 22:54:23 +02:00
parent ff4b514475
commit 50f60e4d43

View File

@@ -36,6 +36,7 @@ jobs:
python -m venv .venv
.venv/bin/python -m pip install --upgrade pip
.venv/bin/python -m pip install -r requirements-release.txt
.venv/bin/python -m pip install '.[dev]'
- name: Install WebUI release dependencies with test scripts
working-directory: webui
run: |