From 00543db28bec5cb7a526604e9cac7553b0bc0687 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Tue, 16 Jul 2024 09:53:17 +0200 Subject: [PATCH] s --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d07f642ab5..02b8b54ba4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,6 @@ jobs: retention-days: 30 test: - name: "Test (Python: ${{ matrix.python-version }}, DB: ${{ matrix.db-backend }})" needs: build-wheel runs-on: ubuntu-24.04 timeout-minutes: 45 @@ -121,6 +120,7 @@ jobs: - python-version: '3.12' - db-backend: postgres - frontend: true + name: "Test (Python: ${{ matrix.python-version }}, DB: ${{ matrix.db-backend }})" steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} @@ -135,7 +135,6 @@ jobs: path: dist - name: Install Dependencies run: | - sudo apt update sudo apt-get update && sudo apt-get install --yes pandoc texlive-xetex librsvg2-bin pandoc --version python -m pip install --upgrade pip