Skip to content

Commit 40ccd53

Browse files
committed
add cython to CI
1 parent b5e918e commit 40ccd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install requirements 📦
2525
run: |
2626
python3 -m pip install --upgrade pip
27-
pip3 install setuptools wheel
27+
pip3 install setuptools wheel cython
2828
pip3 install numpy gdal==`gdal-config --version`
2929
pip3 install -r requirements-dev.txt
3030
- name: Install package 📦

0 commit comments

Comments
 (0)