From df9b7e52624a1bfe236fce02a9f52c55d849fd62 Mon Sep 17 00:00:00 2001 From: Arthur Moore Date: Sun, 4 Aug 2024 02:58:26 -0400 Subject: [PATCH] CI: Disable flags which require a beta version of OpenSCAD --- tests/openscad_runner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/openscad_runner.py b/tests/openscad_runner.py index 25a6b19..2f52096 100644 --- a/tests/openscad_runner.py +++ b/tests/openscad_runner.py @@ -115,8 +115,8 @@ class OpenScadRunner: common_arguments = [ #'--hardwarnings', // Does not work when setting variables by using functions - '--enable=fast-csg', - '--enable=predictible-output', + #'--enable=fast-csg', // Requires Beta version of OpenSCAD + #'--enable=predictible-output', // Requires Beta version of OpenSCAD '--imgsize=1280,720', '--view=axes', '--projection=ortho',