-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
@bnlawrence I would strongly suggest we don't use docker in the test suite and we don't import it as a main dependency, but rather, build a MinIO client from the command line inside a eg GHA test session like we do in PyActiveStorage via a container: https://github.com/NCAS-CMS/PyActiveStorage/actions/runs/19317279374/job/55251175054 - docker is really not liked on HPCs, and it also needs all manners of privileges that none of the CI test machines allow for (unless running a dedicated docker session), and eg not even my computer likes it much, so all the docker/MinIO tests here fail for me.
Metadata
Metadata
Assignees
Labels
No labels