jbms / sphinx-immaterial

Adaptation of the popular mkdocs-material material design theme to the sphinx documentation system
https://jbms.github.io/sphinx-immaterial/
Other
195 stars 31 forks source link

ci: do not fail fast #220

Closed umarcor closed 1 year ago

umarcor commented 1 year ago

Currently, if any job of the matrix fails, all others are cancelled automatically. However, some versions of Python might work while other fail. Or some versions might works on some platforms but fail on others.

This PR unsets fail-fast, in order to allow all jobs to finish regardless of one or some of them failing.

2bndy5 commented 1 year ago

pending #224 for CI failures

2bndy5 commented 1 year ago

@umarcor I think this branch needs to be re-based to include the fix from #224 .