We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c4ab7 commit 25c9c43Copy full SHA for 25c9c43
1 file changed
.github/workflows/ci.yml
@@ -140,7 +140,7 @@ jobs:
140
141
- name: Update submodules
142
working-directory: ladybug
143
- run: git submodule update --init --recursive dataset
+ run: git submodule update --init --recursive dataset extension
144
145
- name: Checkout ladybug-python into ladybug/tools/python_api
146
uses: actions/checkout@v4
@@ -191,6 +191,7 @@ jobs:
191
GEN: Ninja
192
CMAKE_C_COMPILER_LAUNCHER: ccache
193
CMAKE_CXX_COMPILER_LAUNCHER: ccache
194
+ EXTRA_CMAKE_FLAGS: -DBUILD_EXTENSIONS=json -DEXTENSION_STATIC_LINK_LIST=json
195
run: |
196
make python
197
cp tools/python_api/src_py/*.py tools/python_api/build/ladybug/
0 commit comments