Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: speed up with dependency caching #232

Merged
merged 3 commits into from
Jun 21, 2023
Merged

Commits on Jun 21, 2023

  1. test: speed up with dependency caching

    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    2055809 View commit details
    Browse the repository at this point in the history
  2. include poetry.lock file

    Allows for caching, and is never included in target installations.
    
    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    4e0289d View commit details
    Browse the repository at this point in the history
  3. move poetry install earlier

    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    ee8373b View commit details
    Browse the repository at this point in the history