Skip to content

Commit

Permalink
ci: disable local build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Barrow committed Jun 6, 2024
1 parent 9563e45 commit 67f2f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 67f2f86

Please sign in to comment.