Skip to content

Commit

Permalink
github actions: update python, nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail committed Nov 23, 2023
1 parent 833309d commit 511bec7
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 511bec7

Please sign in to comment.