We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e918e commit 40ccd53Copy full SHA for 40ccd53
.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 setuptools wheel cython
28
pip3 install numpy gdal==`gdal-config --version`
29
pip3 install -r requirements-dev.txt
30
- name: Install package 📦
0 commit comments