commaai / bodyjim

A gymnasium environment for the comma body
MIT License
25 stars 1 forks source link

Test all supported Python versions in CI #9

Closed adeebshihadeh closed 1 month ago

adeebshihadeh commented 1 month ago

Add a matrix to the test CI job to run on all supported Python versions: https://github.com/commaai/body-jim/blob/2f06d4038c6d440ad2b023c4d2e8848e7d41423c/.github/workflows/tests.yaml#L6

GitHub has some docs here: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#using-multiple-python-versions

lsrugo commented 1 month ago

I'm going to take a shot at a dynamic implementation (as mentioned in Discord)