Skip to content

Commit

Permalink
ci: switching between local and ci is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Barrow committed Aug 21, 2024
1 parent 16dbd7d commit 95d6ce1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
local = True
if os.environ.get("CIBUILDWHEEL", '0') == 1:
local = False
local = False

cython_dir = os.path.join("tangy_src")

Expand Down

0 comments on commit 95d6ce1

Please sign in to comment.