File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140140
141141 - name : Update submodules
142142 working-directory : ladybug
143- run : git submodule update --init --recursive dataset
143+ run : git submodule update --init --recursive dataset extension
144144
145145 - name : Checkout ladybug-python into ladybug/tools/python_api
146146 uses : actions/checkout@v4
@@ -191,6 +191,7 @@ jobs:
191191 GEN : Ninja
192192 CMAKE_C_COMPILER_LAUNCHER : ccache
193193 CMAKE_CXX_COMPILER_LAUNCHER : ccache
194+ EXTRA_CMAKE_FLAGS : -DBUILD_EXTENSIONS=json -DEXTENSION_STATIC_LINK_LIST=json
194195 run : |
195196 make python
196197 cp tools/python_api/src_py/*.py tools/python_api/build/ladybug/
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ def test_to_json_string_param_roundtrip(conn_db_empty: ConnDB) -> None:
1111 """to_json() with a JSON string parameter should store the parsed object, not a string literal."""
1212 conn , _ = conn_db_empty
1313 conn .execute ("""
14- INSTALL json;
15- LOAD json;
1614 CREATE NODE TABLE User (id SERIAL PRIMARY KEY, meta JSON);
1715 """ )
1816
You can’t perform that action at this time.
0 commit comments