Skip to content

Cache poetry deps in Github Actions in order to speed up builds #109

@atapin

Description

@atapin

This can be done by modifying setup python step:

- name: Set up Python
  uses: actions/setup-python@v4
  with:
    python-version: '3.9'
    cache: poetry
    cache-dependency-path: poetry.lock

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions