Skip to content

Commit 951c00b

Browse files
committed
sync explicitly
1 parent 5fbe635 commit 951c00b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
activate-environment: true
3535

3636
- name: Install Requirements for reflex-web and reflex
37-
run: uv pip install '${{ github.event.inputs.reflex_dep || env.REFLEX_DEP }}'
37+
run: |
38+
uv sync
39+
uv pip install '${{ github.event.inputs.reflex_dep || env.REFLEX_DEP }}'
3840
3941
- name: Init Website for reflex-web
4042
run: reflex init

0 commit comments

Comments
 (0)