Skip to content

Commit 1236d81

Browse files
committed
update stac-api-validator
1 parent bcd30ca commit 1236d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install stac-fastapi and stac-api-validator
8686
run: |
8787
python -m pip install --upgrade pip
88-
python -m pip install .[server] stac-api-validator==0.4.1
88+
python -m pip install .[server] stac-api-validator==0.6.5
8989
9090
- name: Load data and validate
9191
run: python -m stac_fastapi.pgstac.app & ./scripts/wait-for-it.sh localhost:8080 && python ./scripts/ingest_joplin.py http://localhost:8080 && ./scripts/validate http://localhost:8080

0 commit comments

Comments
 (0)