add a workflow to catches and restarts failed conda builds due to 143 errors. And minor cleanup of unused variables in conda meta.yaml

This commit is contained in:
krande
2023-03-11 16:05:09 +01:00
committed by Thomas Krijnen
parent c87911f00e
commit 514975d123
2 changed files with 34 additions and 3 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
{% set name = "ifcopenshell" %}
{% set version = "0.7.0" %}
{% set occt_version = "7.6.2" %}
{% set cgal_cpp_version = "5.3" %}
{% set hdf5_version = "1.12.1" %}
package:
name: {{ name }}