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 1adadb6 commit 2366b1aCopy full SHA for 2366b1a
.github/workflows/cicd.yaml
@@ -79,6 +79,7 @@ jobs:
79
- name: Install dependencies
80
run: |
81
uv sync
82
+ uv pip install stac-api-validator==0.6.5
83
84
- name: Load data and validate
85
run: python -m stac_fastapi.pgstac.app & ./scripts/wait-for-it.sh localhost:8080 && uv run ./scripts/ingest_joplin.py http://localhost:8080 && ./scripts/validate http://localhost:8080
pyproject.toml
@@ -50,7 +50,6 @@ dependencies = [
50
"jsonpatch>=1.33.0",
51
"json-merge-patch>=0.3.0",
52
"uvicorn[standard]==0.38.0",
53
- "stac-api-validator==0.6.5",
54
]
55
56
[project.optional-dependencies]
0 commit comments