Skip to content

Commit 2366b1a

Browse files
committed
remove stac-api-validator from dev
1 parent 1adadb6 commit 2366b1a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
- name: Install dependencies
8080
run: |
8181
uv sync
82+
uv pip install stac-api-validator==0.6.5
8283
8384
- name: Load data and validate
8485
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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ dependencies = [
5050
"jsonpatch>=1.33.0",
5151
"json-merge-patch>=0.3.0",
5252
"uvicorn[standard]==0.38.0",
53-
"stac-api-validator==0.6.5",
5453
]
5554

5655
[project.optional-dependencies]

0 commit comments

Comments
 (0)