ci: install release test harness dependencies
Some checks failed
Dependency Audit / dependency-audit (push) Successful in 1m37s
Security Audit / security-audit (push) Has been cancelled

This commit is contained in:
2026-07-23 01:15:07 +02:00
parent ff49dabf8f
commit 52bd3527cd
4 changed files with 21 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ jobs:
python -m venv .venv
.venv/bin/python tools/repo/sync-python-environment.py --requirements requirements-release.txt --python .venv/bin/python --upgrade-pip
.venv/bin/python -m pip install '../govoplan-core[dev]'
.venv/bin/python -m pip install -r requirements-release-tests.txt
- name: Install WebUI release dependencies
working-directory: govoplan
run: bash tools/release/install-webui-release-dependencies.sh ../govoplan-core/webui