Skip to content

Commit 5e03f6a

Browse files
committed
ci: Narrow down CI hang - single worker, ubuntu 3.10 only, no playwright
1 parent d4eb749 commit 5e03f6a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/_tests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main
1717
secrets: inherit
1818
with:
19-
python_versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
20-
operating_systems: '["ubuntu-latest", "windows-latest", "macos-latest"]'
21-
python_version_for_codecov: "3.14"
22-
operating_system_for_codecov: ubuntu-latest
23-
tests_concurrency: "8"
24-
run_tests_command: "uv run pytest --numprocesses=1 -m 'run_alone' --ignore=tests/unit/crawlers/_playwright --ignore=tests/unit/crawlers/_adaptive_playwright --ignore=tests/unit/browsers tests/unit && uv run pytest --numprocesses=${TESTS_CONCURRENCY:-auto} -m 'not run_alone' --ignore=tests/unit/crawlers/_playwright --ignore=tests/unit/crawlers/_adaptive_playwright --ignore=tests/unit/browsers tests/unit"
19+
python_versions: '["3.10"]'
20+
operating_systems: '["ubuntu-latest"]'
21+
python_version_for_codecov: ""
22+
operating_system_for_codecov: ""
23+
tests_concurrency: "1"
24+
run_tests_command: "uv run pytest --numprocesses=1 -m 'run_alone' --ignore=tests/unit/crawlers/_playwright --ignore=tests/unit/crawlers/_adaptive_playwright --ignore=tests/unit/browsers tests/unit && uv run pytest --numprocesses=1 -m 'not run_alone' --ignore=tests/unit/crawlers/_playwright --ignore=tests/unit/crawlers/_adaptive_playwright --ignore=tests/unit/browsers tests/unit"

0 commit comments

Comments
 (0)