initial ai chat src

This commit is contained in:
Thomas Krijnen
2026-04-01 15:46:33 +02:00
parent 3491e4c91b
commit ff65719074
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
with: with:
python-version: "3.x" python-version: "3.x"
- name: Download wheels - name: Download wheels
working-directory: output working-directory: output/app
run: | run: |
pip download ifcquery==0.8.5 ifcopenshell-mcp==0.8.5 ifcedit==0.8.5 lark==1.3.1 isodate==0.7.2 --no-deps -d ./dist pip download ifcquery==0.8.5 ifcopenshell-mcp==0.8.5 ifcedit==0.8.5 lark==1.3.1 isodate==0.7.2 --no-deps -d ./dist
- name: Commit and push if changed - name: Commit and push if changed