CI: Replace minimal-ubuntu job with ubuntu
Compare changes
+ 7
− 0
@@ -386,6 +386,13 @@ class CustomSympyPrinter(CCodePrinter):
@@ -386,6 +386,13 @@ class CustomSympyPrinter(CCodePrinter):
return "(%s %s %s)" % (self._print(expr.args[0]), infix_functions[expr.func], self._print(expr.args[1]))