wemake-python-package
wemake-python-package copied to clipboard
Consider reworking github actions cache
Maybe we don't need to run poetry install if cache worked.
- run: poetry install
if: steps.cache.outputs.cache-hit != 'true'
https://github.com/schemathesis/schemathesis/blob/master/.github/workflows/scheduled.yml#L40