mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 14:33:28 +00:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user