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"