Skip to content

Add GitHub Actions CI to run pytest on push & PR #2

@Karlitos911

Description

@Karlitos911

Summary:
Add a GitHub Actions workflow that installs dependencies and runs pytest on push and pull_request.

What to add:

  • .github/workflows/python-tests.yml that:
    • checks out the code
    • sets up Python 3.10
    • installs dependencies via pip install -r requirements.txt
    • runs pytest -q

Acceptance criteria:

  • Workflow runs on push and pull_request.
  • Tests pass (green check) when tests succeed.

Notes:

  • This helps catch regressions automatically on PRs.

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