Skip to content

Fix cache step in workflows

Michael Hofer requested to merge fix_cache into master

Created by: fsoubelet

These changes include pip's out-of-directory cache in the github actions caching step, which will speed up the Install package step.

Previous implementation was my bad.

Merge request reports