Skip to content

Commit 09b589b

Browse files
committed
WIP
1 parent c814b42 commit 09b589b

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
@@ -33,7 +33,7 @@ jobs:
3333
- name: Download DracoPy
3434
run: |
3535
git clone https://github.com/seung-lab/DracoPy \
36-
--branch "release-${DRACOPY_VERSION}" --single-branch
36+
--branch "${DRACOPY_VERSION}" --single-branch
3737
3838
- name: Install CMake
3939
uses: ssrobins/install-cmake@v1
@@ -42,7 +42,7 @@ jobs:
4242
uses: pypa/[email protected]
4343
# to supply options, put them in 'env', like:
4444
env:
45-
CIBW_BEFORE_BUILD: git submodule init && git submodule update && pip install cython numpy==${{ inputs.numpyVersion }} scikit-build
45+
CIBW_BEFORE_BUILD: cd DracoPy && git submodule init && git submodule update && pip install cython numpy==${{ inputs.numpyVersion }} scikit-build
4646
CPPFLAGS: -I/usr/local/opt/zlib/include
4747
LDFLAGS: -L/usr/local/opt/zlib/lib
4848
CIBW_SKIP: "*-musllinux*"

0 commit comments

Comments
 (0)