From 67f2f8620fd25f435b07c7288b55c022b44a787a Mon Sep 17 00:00:00 2001 From: Peter Thomas Barrow Date: Thu, 6 Jun 2024 18:22:56 +0100 Subject: [PATCH] ci: disable local build flag --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3003bb9..ebca36e 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from Cython.Build import cythonize from setuptools import setup, Extension -local = True +local = False cython_dir = os.path.join("tangy_src") compiler_flags = []