From cb1e298ebe9435209c4ce73253f3ce110055c27e Mon Sep 17 00:00:00 2001 From: pgardratzama Date: Tue, 17 Jun 2025 11:57:59 +0200 Subject: [PATCH] chore(hpu): modify workflow to fetch & pull bitstreams using to get git-lfs --- .github/workflows/benchmark_hpu_integer.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/benchmark_hpu_integer.yml b/.github/workflows/benchmark_hpu_integer.yml index f2db33f62..ceb6fc968 100644 --- a/.github/workflows/benchmark_hpu_integer.yml +++ b/.github/workflows/benchmark_hpu_integer.yml @@ -33,6 +33,7 @@ jobs: with: fetch-depth: 0 persist-credentials: 'false' + lfs: true token: ${{ secrets.REPO_CHECKOUT_TOKEN }} - name: Get benchmark details @@ -61,6 +62,7 @@ jobs: - name: Run benchmarks run: | + git lfs pull --include="*" --exclude="" make bench_integer_hpu make bench_hlapi_erc20_hpu