From 3e88a8564552f094cfca7cf9b9fb2904a0b2c134 Mon Sep 17 00:00:00 2001 From: Jan Caha Date: Sun, 10 Nov 2024 11:22:37 +0100 Subject: [PATCH] latest ubuntu --- .github/workflows/test_plugin.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_plugin.yaml b/.github/workflows/test_plugin.yaml index 63ba498..95e0125 100644 --- a/.github/workflows/test_plugin.yaml +++ b/.github/workflows/test_plugin.yaml @@ -17,7 +17,7 @@ jobs: Tests-plugin-BivariateRenderer: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: @@ -57,7 +57,7 @@ jobs: - name: Install Python packages run: | - pip install --no-cache-dir pytest pytest-qgis pytest-cov pillow flake8 mypy pycodestyle pb_tool pytest-qt pixelmatch --break-system-packages + pip install --no-cache-dir pytest pytest-qgis pytest-cov pillow flake8 mypy pycodestyle pb_tool pytest-qt pixelmatch --break-system-packages - name: Print Dir run: |