reflex-web keep reflex from current revision, rather than main

This commit is contained in:
Masen Furer 2025-01-21 12:56:08 -08:00
parent 89a8e1e6a5
commit 04ddae8426
No known key found for this signature in database
GPG Key ID: B0008AD22B3B3A95

View File

@ -55,7 +55,7 @@ jobs:
path: reflex-web
- name: Install Requirements for reflex-web
working-directory: ./reflex-web
run: poetry run uv pip install -r requirements.txt
run: poetry run uv pip install $(grep -ivE "reflex " requirements.txt)
- name: Install additional dependencies for DB access
run: poetry run uv pip install psycopg
- name: Init Website for reflex-web