fix frontend dep check

This commit is contained in:
Lendemor 2024-10-03 23:12:13 +02:00
parent c0a8a327fa
commit 4fe5d00086

View File

@ -49,6 +49,7 @@ jobs:
create-venv-at-path: .venv
- name: Check outdated frontend dependencies
working-directory: blank
run: |
poetry run reflex init --template blank
cd .web