mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
Fix Python command to use python3 for custom benchmark report generation
This commit is contained in:
parent
9702b6d5c4
commit
876f1ccbf3
2
.github/workflows/run-benchmarks.yml
vendored
2
.github/workflows/run-benchmarks.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user