geopython / pygeoapi

pygeoapi is a Python server implementation of the OGC API suite of standards. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organizations to deploy a RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is open source and released under an MIT license.
https://pygeoapi.io
MIT License
459 stars 250 forks source link

fix CI failure on SensorThingsAPI #1682

Closed tomkralidis closed 2 weeks ago

tomkralidis commented 2 weeks ago

Description When running CI, the SensorThings API step is failing, which blocks/fails the main CI.

Steps to Reproduce

Expected behavior CI should fully complete without SensorThingsAPI setup failure.

Screenshots/Tracebacks

Status: Downloaded newer image for ghcr.io/cgs-earth/sensorthings-action:latest
client version 1.22 is too old. Minimum supported API version is 1.24, please upgrade your client to a newer version

Live example: https://github.com/geopython/pygeoapi/actions/runs/9515335080/job/26229361553?pr=1680#step:13:52

Environment

Additional context Add any other context about the problem here.