Baranov Victor 5a13c857f9
[GitHub][docker] Add python3 venv package to CI container (#161024)
I'm trying to make `pr-code-format.yml` job run natively on
`ci-ubuntu-24.04` container.
As it appears, `ci-ubuntu-24.04` already
[has](41a2dfc0d7/.github/workflows/containers/github-action-ci/Dockerfile (L35))
latest `clang-format`, `python3.12` installed, but `python3.12` needs
`venv` to work properly, and Ubuntu asks for `python3-venv` package to
be installed to create a venv.
2025-09-28 09:08:09 +03:00
..