ReproNim / neurodocker

Generate custom Docker and Singularity images, and minimize existing containers
https://www.repronim.org/neurodocker/
Apache License 2.0
326 stars 97 forks source link

[MAINT] split lint / formatting checks from tests in CI #552

Closed Remi-Gau closed 1 year ago

Remi-Gau commented 1 year ago

currently linter checks are run systematically before tests

led to some python >= 3.10 test runs being cancelled because some mypy error that would only happen on python 3.9: this is not ideal