Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
id: test
run: |
# Check that the downloader tool at least knows where to get the data from (but don't actually download it)
python tools/feature_download.py gshhs physical --dry-run
python tools/cartopy_feature_download.py gshhs physical --dry-run
CARTOPY_GIT_DIR=$PWD
pytest -n 4 --doctest-modules --pyargs cartopy ${EXTRA_TEST_ARGS}

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ def decythonize(extensions, **_ignore):
remove='lib/cartopy/')) +
['io/srtm.npz']},

scripts=['tools/cartopy_feature_download.py'],

# requires proj headers
ext_modules=extensions,
Expand Down
File renamed without changes.