From 0c7a2759c30805935ad2ed2a645fdb47871283a1 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Fri, 28 Mar 2025 20:53:13 +0100 Subject: [PATCH] fix --- .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 0f8c286cafc..cdda6d1a424 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1072,7 +1072,7 @@ jobs: - name: Combine files into one run: | . venv/bin/activate - python -m merge_pytest_execution_time_reports pytest-execution-time-report-${{ env.DEFAULT_PYTHON }}-*.json + python -m script.merge_pytest_execution_time_reports pytest-execution-time-report-${{ env.DEFAULT_PYTHON }}-*.json - name: Upload combined pytest execution time artifact uses: actions/upload-artifact@v4.6.2 with: