Skip to content

Commit 951fb77

Browse files
committed
👷 run in container image
1 parent 6f2bb9c commit 951fb77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
test:
2525
runs-on: ubuntu-latest
26+
container:
27+
image: ghcr.io/fragdenstaat/fds-base
2628
strategy:
2729
matrix:
2830
python-version: ['3.12', '3.13', '3.14']
@@ -39,8 +41,6 @@ jobs:
3941
with:
4042
node-version: 24
4143
cache: pnpm
42-
- name: Install system-level dependencies
43-
run: sudo apt-get update && sudo apt-get install libgdal-dev gdal-bin libmagic-dev libmagickwand-dev libpoppler-cpp-dev poppler-utils ghostscript
4444
- name: Install dependencies
4545
run: |
4646
uv sync

0 commit comments

Comments
 (0)