From 4dee61291448a28b5f1838592400858b4b72934f Mon Sep 17 00:00:00 2001 From: Richard Patel Date: Thu, 9 Oct 2025 15:09:37 +0000 Subject: [PATCH] ci: fix broken deps usage in benchmark --- .github/workflows/benchmark.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 7754a996881..2f6fd2cffa4 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -31,12 +31,11 @@ jobs: steps: - name: Checkout current commit uses: actions/checkout@v5 - with: - submodules: recursive - uses: ./.github/actions/deps with: extras: +dev + - uses: ./.github/actions/hugepages with: count_gigantic: 398 @@ -51,10 +50,8 @@ jobs: uses: actions/checkout@v5 with: ref: main - submodules: recursive - - uses: ./.github/actions/deps - with: - extras: +dev + clean: false + - run: make -j - name: Run baseline benchmarks @@ -81,10 +78,8 @@ jobs: - name: Checkout new changes uses: actions/checkout@v5 with: - submodules: recursive - - uses: ./.github/actions/deps - with: - extras: +dev + clean: false + - run: make -j - name: Run new benchmarks