SeldonIO / tempo

MLOps Python Library
https://tempo.readthedocs.io/en/latest/
Apache License 2.0
114 stars 21 forks source link

Run tests across multiple Python versions #181

Closed axsaucedo closed 3 years ago

axsaucedo commented 3 years ago

Currently, the tests hardcode the Python version used to 3.7. It would be good to change this dynamically (leveraging conda-pack) so that Docker tests use the local Python version. Otherwise, there could be clashes on the Pickle artifacts.

Additionally, it would be good to explore tweaking the CI pipeline to run these tests across Python 3.7, 3.8 and 3.9.