hotosm / galaxy-api

Backend to fetch data from Underpass
https://galaxy-api.hotosm.org/latest/redoc
GNU Affero General Public License v3.0
14 stars 5 forks source link

Fix python version in workflow and Ubuntu version #354

Closed NicolasGrosjean closed 1 year ago

NicolasGrosjean commented 1 year ago

Some GitHub actions failed because Python 3.6.9 is not found (this one and this one) whereas the description of the task is Set up Python 3.8.

There is also an issue when installing postgresql-12-postgis-3 because GitHub actions now run on Ubuntu 22 instead of Ubuntu 20 as before. I put again Unit Test workflow on Ubuntu 20.04 but it is maybe better to migrate to postgresql-14-postgis-3.