There was an error while loading. Please reload this page.
1 parent 6ee9697 commit 32d4091Copy full SHA for 32d4091
1 file changed
.github/workflows/ci.yml
@@ -22,6 +22,10 @@ jobs:
22
fetch-depth: 1
23
path: ladybug
24
25
+ - name: Update submodules
26
+ working-directory: ladybug
27
+ run: git submodule update --init --recursive dataset
28
+
29
- name: Checkout ladybug-python into ladybug/tools/python_api
30
uses: actions/checkout@v4
31
with:
0 commit comments