Description
Currently, in the tests.yml workflow we run the tests against a matrix of conda envs with the supported python versions (from 3.10 to 3.14).
We should do the same for simple python virtual environments for the tests running on Linux
Questions/Ideas
In the khiopsydev-ubuntu dev image, we will try to install all the supported and alternative python versions (with uv or ppa etc...).
In the workflow the current step Run Unit & Integration Tests would be duplicated into Run Unit & Integration Tests in Conda and Run Unit & Integration Tests in venv
Description
Currently, in the
tests.ymlworkflow we run the tests against a matrix of conda envs with the supported python versions (from 3.10 to 3.14).We should do the same for simple python virtual environments for the tests running on Linux
Questions/Ideas
In the
khiopsydev-ubuntudev image, we will try to install all the supported and alternative python versions (with uv or ppa etc...).In the workflow the current step
Run Unit & Integration Testswould be duplicated intoRun Unit & Integration Tests in CondaandRun Unit & Integration Tests in venv