flatironinstitute / disBatch

Tool to distribute a list of computational tasks over a pool of compute resources. The pool can grow or shrink.
Apache License 2.0
39 stars 8 forks source link

Fix Python 3.6 GitHub tests #28

Closed lgarrison closed 1 year ago

lgarrison commented 1 year ago

We got caught in the middle of a transition of the ubuntu-latest tag from 20.04 to 22.04, which doesn't support Python 3.6. So we'll pin to 20.04.

Also adds a test status badge to the readme.