Skip to content

Commit 587e649

Browse files
committed
ci: install deps
1 parent 57532ba commit 587e649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: poetry install --no-interaction
2525

2626
- name: 🕸️ Ensure browsers are installed
27-
run: poetry run playwright install
27+
run: poetry run playwright install --with-deps
2828

2929
- name: 🧪 Run tests
3030
run: poetry run pytest --github-report -vvv --browser webkit --browser chromium --browser firefox

0 commit comments

Comments
 (0)