Skip to content

Cache Python deps in CI #3

@aviralgarg05

Description

@aviralgarg05

In .github/workflows/ci.yml, add pip cache to the Python job to speed up the byte-compile step.

Use actions/setup-python@v5 with the cache option:

- name: Set up Python
  uses: actions/setup-python@v5
  with:
    python-version: '3.10'
    cache: 'pip'
    cache-dependency-path: nexum_ai/requirements.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions