Skip to content

Commit

Permalink
use a dev branch from my fork
Browse files Browse the repository at this point in the history
As title
  • Loading branch information
esc committed Mar 10, 2022
1 parent c2a59d1 commit 2ff1250
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions switchboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,14 @@ def name(self):

@property
def clone_url(self):
return "https://github.com/holoviz/datashader.git"
#return "https://github.com/holoviz/datashader.git"
return "https://github.com/esc/datashader.git"

@property
def git_ref(self):
return "v" + str(sorted([parse(t)
for t in git_ls_remote_tags(self.clone_url)])[-1])
#return "v" + str(sorted([parse(t)
# for t in git_ls_remote_tags(self.clone_url)])[-1])
return "debug_skimage_import"

@property
def conda_dependencies(self):
Expand Down

0 comments on commit 2ff1250

Please sign in to comment.