E-CAM / jobqueue_features

This library provides some useful decorators for dask_jobqueue. It also expands it's scope to include MPI workloads, including extending configuration options for such workloads and heterogeneous resources.
6 stars 3 forks source link

Update ci #115

Closed ocaisa closed 2 years ago

ocaisa commented 2 years ago

Mixing pip installations with conda (as we do) is proving problematic with older Pythons. This is because the underlying system compiler is a too new for the older conda pythons (I think). Rather than try to solve this, I'm just going to ignore direct tests for that case.