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: