Skip to content

Add caching to deps #574

@kjaymiller

Description

@kjaymiller

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
python -m playwright install --with-deps chromium

Currently we have to reinstall all of the tools over and over again. With Playwright, this a little expensive resource-wise.

We can add caching to our pip installs to speed up the process some and reduce processing time.

FMI - https://github.com/actions/setup-python#caching-packages-dependencies

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