From 99144a1e591d99dad4f584d3801f6b6c85936df4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:15:08 +0000 Subject: [PATCH 1/2] Initial plan From 9dcf65d9545b19d4630078606e0c29726cb27097 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:19:21 +0000 Subject: [PATCH 2/2] Fix CI: Add setuptools and wheel installation before dependencies Co-authored-by: Steake <530040+Steake@users.noreply.github.com> --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef21ed6..044a596 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install setuptools wheel pip install -r requirements.txt pip install pytest pytest-bdd coverage