only do import of ifcopenshell as means of testing and rely on the successful completion of ci.yml as a triggering mechanism instead

This commit is contained in:
krande
2022-04-17 21:08:37 +02:00
parent f7f88532ad
commit c81c4d517c
3 changed files with 27 additions and 12 deletions
+11
View File
@@ -0,0 +1,11 @@
compile:
conda activate condabuild && conda-build -c conda-forge . --keep-old-work --python 3.10.4
debug:
conda activate condabuild && 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