Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit c531c97

Browse files
committed
revert those
1 parent 87bfcbc commit c531c97

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/integration_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- name: Install the project
3939
run: uv sync --locked --all-extras --dev
4040

41+
- name: Install Requirements for reflex-web and reflex
42+
run: uv pip install '${{ github.event.inputs.reflex_dep || env.REFLEX_DEP }}'
43+
4144
- name: Init Website for reflex-web
4245
run: reflex init
4346

.github/workflows/unit_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
- name: Install the project
5151
run: uv sync --locked --all-extras --dev
5252

53+
- name: Install Requirements for reflex-web and reflex
54+
run: uv pip install '${{ github.event.inputs.reflex_dep || env.REFLEX_DEP }}'
55+
5356
- name: Install Playwright
5457
run: uv run playwright install --with-deps
5558

0 commit comments

Comments
 (0)