fix: daily builds of conda

Ran into a lot of `build not compiled for windows` errors on windows. So using the host and dependencies from conda-forge meta.yaml and pin boost-cpp to <=1.74 to at least allow windows builds of ifcopenshell to be created while we figure out how to support boost-cpp >=1.78
This commit is contained in:
krande
2022-09-30 17:49:55 +02:00
parent 40e463a55f
commit 75645a837a
3 changed files with 24 additions and 40 deletions
+3 -6
View File
@@ -1,11 +1,8 @@
compile:
conda activate conda-build && conda-build -c conda-forge . --keep-old-work --python 3.10.4
conda activate conda-build && conda-build -c conda-forge . --keep-old-work --python 3.10.5
debug:
conda activate conda-build && conda-debug -c conda-forge . --python 3.10.4
install:
conda env create -f environment.yml
update:
conda env update -n conda-build --file environment.yml --prune
env:
conda env update --f environment.yml --prune