From b9259b093552ffb7b78b4b76f778727fbadbb18c Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Sat, 9 May 2026 09:50:42 +0200 Subject: [PATCH] ci: add impit http client to scheduled e2e templates matrix The e2e template test parametrization and the project template CLI both support the impit HTTP client, but the scheduled CI matrix only exercised httpx and curl-impersonate, leaving the impit variant untested. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/on_schedule_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_schedule_tests.yaml b/.github/workflows/on_schedule_tests.yaml index 244cc34bfe..bf041faa08 100644 --- a/.github/workflows/on_schedule_tests.yaml +++ b/.github/workflows/on_schedule_tests.yaml @@ -28,7 +28,7 @@ jobs: max-parallel: 12 matrix: crawler-type: ["playwright_camoufox", "playwright_chrome", "playwright_firefox", "playwright_webkit", "playwright", "parsel", "beautifulsoup"] - http-client: ["httpx", "curl_impersonate"] + http-client: ["httpx", "curl_impersonate", "impit"] package-manager: ["pip", "uv", "poetry"] runs-on: "ubuntu-latest"