Fix Python command to use python3 for custom benchmark report generation

This commit is contained in:
Palash Tyagi 2025-05-11 01:06:27 +01:00
parent 9702b6d5c4
commit 876f1ccbf3

View File

@ -44,7 +44,7 @@ jobs:
echo "No benchmark reports found, skipping custom report generation." echo "No benchmark reports found, skipping custom report generation."
exit 1 exit 1
fi fi
python .github/scripts/custom_benchmark_report.py python3 .github/scripts/custom_benchmark_report.py
- name: Upload benchmark reports - name: Upload benchmark reports
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4