Fix script call

This commit is contained in:
Robert Resch 2025-03-28 21:21:29 +01:00
parent 0c7a2759c3
commit 98f32c204b
No known key found for this signature in database
GPG Key ID: 9D9D9DCB43120143

View File

@ -1072,7 +1072,7 @@ jobs:
- name: Combine files into one
run: |
. venv/bin/activate
python -m script.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: