Skip to content

Commit

Permalink
Merge pull request #468 from ungarj/test_ubuntu-22.04
Browse files Browse the repository at this point in the history
add ubuntu-22.04 to test matrix
  • Loading branch information
ungarj committed Jun 8, 2022
2 parents 8d2ed47 + 1bf1e1a commit 7b685af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
python-version: [ "3.7", "3.8", "3.9" ]
os: [ "ubuntu-20.04" ]
os: [ "ubuntu-20.04", "ubuntu-22.04" ]

steps:
- uses: actions/checkout@v2
Expand All @@ -33,7 +33,7 @@ jobs:
run: |
sudo apt-add-repository -y ppa:ubuntugis/ubuntugis-unstable
sudo apt-get -y update
sudo apt-get install -y gdal-bin python-tk libgdal-dev libproj-dev libgeos-3.8.0
sudo apt-get install -y gdal-bin python-tk libgdal-dev libproj-dev libgeos-dev
python -m pip install --upgrade pip wheel
pip install -r test/requirements.txt
pip install -e .[complete]
Expand Down

0 comments on commit 7b685af

Please sign in to comment.