Skip to content

Commit

Permalink
stop testing on ubuntu 20.04; add ubuntu 23.04 to matrix; install tes…
Browse files Browse the repository at this point in the history
…t requirements before package
  • Loading branch information
ungarj committed Oct 13, 2023
1 parent a67c028 commit 54da5f6
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 @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: ["ubuntu-20.04", "ubuntu-22.04"]
os: ["ubuntu-22.04", "ubuntu-23.04"]

steps:
- uses: actions/checkout@v2
Expand All @@ -37,8 +37,8 @@ jobs:
sudo apt-get -y update
sudo apt-get install -y gdal-bin python-tk libgdal-dev libproj-dev libgeos-dev
python -m pip install --upgrade pip wheel
pip install -e .[complete]
pip install -r test/requirements.txt
pip install -e .[complete]
pip freeze
- name: Lint with flake8
Expand Down

0 comments on commit 54da5f6

Please sign in to comment.