build: add structlog dep to base package (#9516)
Add structlog dep to base package
This commit is contained in:
parent
d3abfb5b39
commit
bbb0838dda
3 changed files with 4054 additions and 6488 deletions
6
.github/workflows/cross-platform-test.yml
vendored
6
.github/workflows/cross-platform-test.yml
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue