Fix poetry issues
This commit is contained in:
parent
49f018c1eb
commit
7e0e0a51aa
3 changed files with 12 additions and 16 deletions
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
|
|
||||||
run_notebook_test:
|
run_notebook_test:
|
||||||
name: test
|
name: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -123,8 +123,8 @@ async def test_create_cognee_style_network_with_logo():
|
||||||
title="Test Network",
|
title="Test Network",
|
||||||
layout_func=nx.spring_layout,
|
layout_func=nx.spring_layout,
|
||||||
layout_scale=3.0,
|
layout_scale=3.0,
|
||||||
logo_alpha=0.5,)
|
logo_alpha=0.5,
|
||||||
|
)
|
||||||
|
|
||||||
assert result is not None
|
assert result is not None
|
||||||
assert isinstance(result, str)
|
assert isinstance(result, str)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue