Skip to content

Commit 1404226

Browse files
authored
fix build (#451)
1 parent 158932d commit 1404226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
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 Cython setuptools wheel
2828
pip3 install numpy gdal==`gdal-config --version`
2929
pip3 install -r requirements-dev.txt
3030
- name: Install package 📦

0 commit comments

Comments
 (0)