We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158932d commit 1404226Copy full SHA for 1404226
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install requirements 📦
25
run: |
26
python3 -m pip install --upgrade pip
27
- pip3 install setuptools wheel
+ pip3 install Cython setuptools wheel
28
pip3 install numpy gdal==`gdal-config --version`
29
pip3 install -r requirements-dev.txt
30
- name: Install package 📦
0 commit comments