wemake-python-package icon indicating copy to clipboard operation
wemake-python-package copied to clipboard

Consider reworking github actions cache

Open sobolevn opened this issue 4 years ago • 0 comments

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

sobolevn avatar Sep 08 '21 11:09 sobolevn