Remove dead code (#548)

* remove vtfilter folder (not maintained going forward)

* update badges

* update CI
This commit is contained in:
Brandon Liu
2025-04-05 16:26:40 +08:00
committed by GitHub
parent 6b7a91b075
commit c9b7f73f28
10 changed files with 4 additions and 1387 deletions

View File

@@ -53,4 +53,3 @@ jobs:
- run: cd python/rio-pmtiles && pip install -r requirements-dev.txt && pip install -e . && PYTHONPATH=. pytest tests
- run: cd cpp && make
- run: cd serverless/cloudflare && npm ci && npm test
- run: cd serverless/vtfilter && npm ci && npm test