Skip to content

Commit 5fbe635

Browse files
committed
uv run playwright
1 parent a61cca9 commit 5fbe635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: uv pip install '${{ github.event.inputs.reflex_dep || env.REFLEX_DEP }}'
5050

5151
- name: Install Playwright
52-
run: playwright install --with-deps
52+
run: uv run playwright install --with-deps
5353

5454
- name: Initialize reflex
5555
run: reflex init

0 commit comments

Comments
 (0)