From 34fd2d353181b38f1ab770ce8c86854fedc52d42 Mon Sep 17 00:00:00 2001 From: Stefan Kuethe Date: Sun, 21 Jan 2024 18:59:27 +0100 Subject: [PATCH] Add dep --- .github/workflows/pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index a2682349..d5c08321 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -25,6 +25,7 @@ jobs: run: poetry install - name: Test package run: | + apt-get install -y libxcb-xinerama0 poetry run pytest poetry run pytest --doctest-modules maplibre