build: add structlog dep to base package (#9516)

Add structlog dep to base package
This commit is contained in:
Jordan Frazier 2025-08-25 09:59:34 -04:00 committed by GitHub
commit bbb0838dda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4054 additions and 6488 deletions

View file

@ -256,7 +256,8 @@ jobs:
- name: Test CLI help command (Windows)
if: matrix.os == 'windows'
run: |
test-env\Scripts\python.exe -m langflow --help
call test-env\Scripts\activate.bat
python -m langflow --help
shell: cmd
- name: Test CLI help command (Unix)
@ -508,7 +509,8 @@ jobs:
- name: Test CLI help command (Windows)
if: matrix.os == 'windows'
run: |
test-env\Scripts\python.exe -m langflow --help
call test-env\Scripts\activate.bat
python -m langflow --help
shell: cmd
- name: Test CLI help command (Unix)