Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save merltron-pa/8761ec11330ded25852a936ab0815538 to your computer and use it in GitHub Desktop.
Save merltron-pa/8761ec11330ded25852a936ab0815538 to your computer and use it in GitHub Desktop.
- name: Cache Poetry
uses: actions/cache@v1
id: cache
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/poetry.lock') }}
restore-keys: |
${{ runner.os }}-pip-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment