Skip to content

Commit 0cbae62

Browse files
committed
Use plugin-managed Chromium in parallel CI
1 parent 1b1fee5 commit 0cbae62

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test-parallel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,5 @@ jobs:
110110
uv run pytest -xvs "${{ matrix.test.path }}" --basetemp="$RUNNER_TEMP/pytest-out"
111111
env:
112112
TWOCAPTCHA_API_KEY: ${{ secrets.TWOCAPTCHA_API_KEY }}
113-
CHROME_ARGS_EXTRA: '["--no-sandbox"]'
113+
CHROME_SANDBOX: "false"
114114
CHROME_HEADLESS: "True"
115-
CHROME_BINARY: "/usr/bin/chromium"

0 commit comments

Comments
 (0)