Skip to content

Commit 56e2384

Browse files
committed
ensure cythonize numcodecs for py37 on appveyor
1 parent f87bfa9 commit 56e2384

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ build: off
5353
test_script:
5454
- "%CMD_IN_ENV% python -m pip install -U pip setuptools wheel"
5555
- "%CMD_IN_ENV% python -m pip install numpy==%NUMPY_VERSION%"
56+
- "%CMD_IN_ENV% python -m pip install cython==0.29"
5657
- "%CMD_IN_ENV% python -m pip install -v --no-binary=numcodecs numcodecs==0.5.5"
5758
- "%CMD_IN_ENV% python -m pip install -rrequirements_dev.txt"
5859
- "%CMD_IN_ENV% python setup.py install"

0 commit comments

Comments
 (0)