From 643c897479f3721b94764fcbba3ac29a04697381 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Sun, 11 May 2025 01:25:27 +0100 Subject: [PATCH] Install pandas before generating custom benchmark reports --- .github/workflows/run-benchmarks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run-benchmarks.yml b/.github/workflows/run-benchmarks.yml index d0b9a65..27e5408 100644 --- a/.github/workflows/run-benchmarks.yml +++ b/.github/workflows/run-benchmarks.yml @@ -44,6 +44,7 @@ jobs: echo "No benchmark reports found, skipping custom report generation." exit 1 fi + pip3 install pandas python3 .github/scripts/custom_benchmark_report.py - name: Upload benchmark reports