Test the lib against the pre-released version of its dependencies.
Very useful considering the release cycle of Sphinx which is regularly breaking things in its exposed API as they are cleaning it.
This PR includes:
a new workflow file that can be dispatched and is run every week (Monday 5 GMT)
a simplified version of the tests: --upgrade is not necessary on fresh envs as there is no cache and I removed line break for one-liners.
Test the lib against the pre-released version of its dependencies. Very useful considering the release cycle of
Sphinx
which is regularly breaking things in its exposed API as they are cleaning it.This PR includes:
--upgrade
is not necessary on fresh envs as there is no cache and I removed line break for one-liners.