Skip to content

Commit 712cbe5

Browse files
committed
Missing libs
1 parent 3c88c09 commit 712cbe5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
test:
99
runs-on: ubuntu-latest
1010
strategy:
11+
fail-fast: false
1112
matrix:
1213
python-version: ['3.9', '3.10', '3.11', '3.12']
1314

@@ -29,6 +30,10 @@ jobs:
2930

3031
steps:
3132
- uses: actions/checkout@v4
33+
- uses: awalsh128/cache-apt-pkgs-action@latest
34+
with:
35+
packages: binutils libproj-dev gdal-bin
36+
version: 1.0
3237

3338
- name: Set up Python ${{ matrix.python-version }}
3439
uses: actions/setup-python@v5

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ commands = {env:COMMAND_PREFIX:python} manage.py test --noinput
3030
passenv = QUIET,PGPASSWORD,PGHOST,PGUSER,PGPORT,PYTHONWARNINGS
3131
deps =
3232
-rtest_requirements.txt
33-
coverage
33+
coverage[toml]
3434
Pillow<12
3535
dynamic-rest-bse<2.5
3636
django42: Django<4.3

0 commit comments

Comments
 (0)