tmt icon indicating copy to clipboard operation
tmt copied to clipboard

Add caching of pip, hatch and hatch envs in doc-tests workflow and de-duplicate the env setup

Open martinhoyer opened this issue 4 months ago • 1 comments

  • Adding pip cache for docs test and release actions. pre-commit action has it's own cache and in testing, there was no benefit in adding pip cache at all.

  • Consolidating the html and linkcheck jobs to a single one to only run one checkout, python-setup(incl. cache) and pip install hatch.

  • Adding cache action for hatch environments for docs-test.

martinhoyer avatar Sep 26 '24 12:09 martinhoyer