use rattler-build to speed up daily conda builds and fix deps (#6692)

* use rattler-build to speed up daily conda builds and add typing_extensions

* minor update
This commit is contained in:
Kristoffer Andersen
2025-05-11 09:37:02 +02:00
committed by GitHub
parent 809a20dc99
commit b7cdb86327
6 changed files with 96 additions and 50 deletions
+3 -1
View File
@@ -46,4 +46,6 @@ cmake ${CMAKE_ARGS} -G Ninja \
ninja
ninja install -j 1
ninja install -j 1
python "${RECIPE_DIR}/update_version_init.py" "${PKG_VERSION}" "${SP_DIR}/ifcopenshell/__init__.py"