We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61cca9 commit 5fbe635Copy full SHA for 5fbe635
.github/workflows/unit_tests.yml
@@ -49,7 +49,7 @@ jobs:
49
run: uv pip install '${{ github.event.inputs.reflex_dep || env.REFLEX_DEP }}'
50
51
- name: Install Playwright
52
- run: playwright install --with-deps
+ run: uv run playwright install --with-deps
53
54
- name: Initialize reflex
55
run: reflex init
0 commit comments