Skip to content

CI: Add pip dependency cache to tests workflow to reduce runtime #917

@itssaharsh

Description

@itssaharsh

Problem
The CI workflow runs tests on Python 3.10 and 3.12, but installs dependencies from scratch on e
very run. This increases runtime and runner cost.

Tests workflow sets up Python but does not enable pip cache in .github/workflows/tests.yml .
Dependencies are installed fresh in .github/workflows/tests.yml .
Build workflow already uses cache successfully in .github/workflows/build.yml .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions