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 9cc66ea commit c67f44fCopy full SHA for c67f44f
.github/workflows/config.yml
@@ -30,7 +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
+ pip install nose==1.3.7
34
pip install -r requirements.txt
35
- name: Run Tests
36
run: |
0 commit comments