Description
Some CI workflows are not isolating the packages used during testing in a virtual environment. This could lead to picking up already installed packages that may have come with the default installation (for example, the ubuntu-24.04 image comes preinstalled with Python 3.12.3 (link).
List of workflows that...
Need virtual environments added
Use an unconventional venv name (not venv or .venv)
Description
Some CI workflows are not isolating the packages used during testing in a virtual environment. This could lead to picking up already installed packages that may have come with the default installation (for example, the
ubuntu-24.04image comes preinstalled with Python 3.12.3 (link).List of workflows that...
Need virtual environments added
Use an unconventional
venvname (notvenvor.venv)