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 aaee606 commit 9cc66eaCopy full SHA for 9cc66ea
.github/workflows/config.yml
@@ -30,6 +30,7 @@ jobs:
30
python -m pip install --upgrade pip
31
export CPLUS_INCLUDE_PATH=/usr/include/gdal
32
export C_INCLUDE_PATH=/usr/include/gdal
33
+ pip install nose
34
pip install -r requirements.txt
35
- name: Run Tests
36
run: |
0 commit comments