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 5fbe635 commit 951c00bCopy full SHA for 951c00b
.github/workflows/integration_tests.yml
@@ -34,7 +34,9 @@ jobs:
34
activate-environment: true
35
36
- name: Install Requirements for reflex-web and reflex
37
- run: uv pip install '${{ github.event.inputs.reflex_dep || env.REFLEX_DEP }}'
+ run: |
38
+ uv sync
39
+ uv pip install '${{ github.event.inputs.reflex_dep || env.REFLEX_DEP }}'
40
41
- name: Init Website for reflex-web
42
run: reflex init
0 commit comments