Skip to content

Commit

Permalink
ci: separation of local and cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Barrow committed Aug 20, 2024
1 parent 54028d7 commit 1dba820
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ def building_on_github_actions():
return True


local = True
if building_on_github_actions():
local = False
local = False
if building_on_github_actions() is False:
local = True

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

Expand Down

0 comments on commit 1dba820

Please sign in to comment.