Skip to content

Commit c814b42

Browse files
committed
WIP
1 parent b347b8d commit c814b42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dracopy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
dracopyVersion:
77
description: "DracoPy version"
88
required: true
9-
default: "0.5.0"
9+
default: "1.4.0"
1010
numpyVersion:
1111
description: "numpy version"
1212
required: true
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Download DracoPy
3434
run: |
35-
git clone https://gitlab.sauerburger.com/frank/sortednp.git \
35+
git clone https://github.com/seung-lab/DracoPy \
3636
--branch "release-${DRACOPY_VERSION}" --single-branch
3737
3838
- name: Install CMake

0 commit comments

Comments
 (0)