From eef0b92eca0a94822d6a1661e9a8de07ca4f4091 Mon Sep 17 00:00:00 2001 From: Jonas Depoix Date: Mon, 11 Nov 2024 12:08:24 +0100 Subject: [PATCH] fixed ci.yml formatting --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afd4ac5..0bb3dc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,14 +50,14 @@ jobs: flag-name: run-python-${{ matrix.python-version }} parallel: true -finish: - needs: test - runs-on: ubuntu-latest + finish: + needs: test + runs-on: ubuntu-latest - steps: - - name: Finalize coverage report - uses: coverallsapp/github-action@v2 - with: - parallel-finished: true - carryforward: "run-python-3.8,run-python-3.9,run-python-3.10,run-python-3.11,run-python-3.12,run-python-3.13,run-python-3.14" + steps: + - name: Finalize coverage report + uses: coverallsapp/github-action@v2 + with: + parallel-finished: true + carryforward: "run-python-3.8,run-python-3.9,run-python-3.10,run-python-3.11,run-python-3.12,run-python-3.13,run-python-3.14"