From 9cc61d46cfdd1099d5edc3c47ed7418ca6a76ecf Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Thu, 27 Mar 2025 16:22:37 +0100 Subject: [PATCH] typo --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7208c2c44d2..035af206439 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1009,7 +1009,7 @@ jobs: ${cov_params[@]} \ -o console_output_style=count \ -p no:sugar \ - --time-report-name pytest-time-report-${{ matrix.python-version }}-${{ matrix.group }}.json \ + --execution-time-report-name pytest-time-report-${{ matrix.python-version }}-${{ matrix.group }}.json \ --exclude-warning-annotations \ $(sed -n "${{ matrix.group }},1p" pytest_buckets.txt) \ 2>&1 | tee pytest-${{ matrix.python-version }}-${{ matrix.group }}.txt