G-Research / fasttrackml

Experiment tracking server focused on speed and scalability
https://fasttrackml.io/
Apache License 2.0
98 stars 18 forks source link

Make it possible to run different versions of MLflow + Python environment in integration tests #1203

Closed dsuhinin closed 3 months ago

dsuhinin commented 4 months ago

Right now we run only the latest version of MLflow + latest version of Python environment to test compatibility with original MLflow database. We need an option to run different versions of MLflow + Python during our integration tests.