Skip to content

Commit

Permalink
Github Actions: update image, python version, actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail committed Jan 26, 2025
1 parent 53b5ebf commit 7b93b3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
compare-output:

name: Compare output
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12

- name: Install Ubuntu dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tables are separate from OpenStreetMap tables and get queried at search time sep
The dataset gets updated once per year. Downloading is prone to be slow (can take a full day) and converting
them can take hours as well. There's a mirror on https://downloads.opencagedata.com/public/

Replace '2021' with the current year throughout.
Replace '2023' with the current year throughout.

1. Install the GDAL library and python bindings and the unzip tool

Expand Down

0 comments on commit 7b93b3a

Please sign in to comment.