Skip to content

Commit aa767bf

Browse files
committed
Changing repository for ubuntu gis packages
1 parent c1b7216 commit aa767bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
python-version: [3.9, '3.10', '3.11']
11+
python-version: [3.9, '3.10', '3.11', '3.12']
1212

1313
steps:
1414
- uses: actions/checkout@v3
@@ -18,7 +18,7 @@ jobs:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install dependencies
2020
run: |
21-
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
21+
sudo apt-add-repository ppa:ubuntugis/ppa
2222
sudo apt-get update
2323
sudo apt-get install gdal-bin libgdal-dev -y
2424
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)