diff --git a/.github/workflows/run-benchmarks.yml b/.github/workflows/run-benchmarks.yml index bd73ca8..d0b9a65 100644 --- a/.github/workflows/run-benchmarks.yml +++ b/.github/workflows/run-benchmarks.yml @@ -44,7 +44,7 @@ jobs: echo "No benchmark reports found, skipping custom report generation." exit 1 fi - python .github/scripts/custom_benchmark_report.py + python3 .github/scripts/custom_benchmark_report.py - name: Upload benchmark reports uses: actions/upload-artifact@v4