Skip to content

Commit

Permalink
Merge pull request #27 from osm-search/update-github-actions-actions
Browse files Browse the repository at this point in the history
github actions: update python, nodejs
  • Loading branch information
mtmail authored Nov 23, 2023
2 parents 833309d + 511bec7 commit f2c1c91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: Compare output
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: 3.6
python-version: 3.11

- name: Install Ubuntu dependencies
run: sudo apt-get install -y -qq --no-install-recommends python3-gdal python3-pip python3-pytest unzip
Expand Down

0 comments on commit f2c1c91

Please sign in to comment.