Skip to content

Commit 3d51138

Browse files
Nir.TalNir.Tal
authored andcommitted
fix: renovate
1 parent 1c3bbb5 commit 3d51138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devRun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Playwright Browsers
2929
run: |
3030
PLAYWRIGHT_VERSION=$(grep -E '^playwright = "[^"]*"' pyproject.toml | sed -E 's/playwright = "([^"]*)".*$/\1/')
31-
npx playwright install@$PLAYWRIGHT_VERSION --with-deps
31+
npx playwright@$PLAYWRIGHT_VERSION install --with-deps
3232
- name: Test with pytest
3333
run: |
3434
source .venv/bin/activate

0 commit comments

Comments
 (0)