From 1a35d07f567b7dcb453a95f2668c933bc5f85cdd Mon Sep 17 00:00:00 2001 From: ivarflakstad <69173633+ivarflakstad@users.noreply.github.com> Date: Mon, 25 Aug 2025 17:18:26 +0200 Subject: [PATCH] Update collated reports working directory and --path (#40433) --- .github/workflows/collated-reports.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/collated-reports.yml b/.github/workflows/collated-reports.yml index 42bb89e460..081dbc8cb8 100644 --- a/.github/workflows/collated-reports.yml +++ b/.github/workflows/collated-reports.yml @@ -27,6 +27,7 @@ jobs: - uses: actions/download-artifact@v4 - name: Collated reports + working-directory: /transformers shell: bash env: ACCESS_REPO_INFO_TOKEN: ${{ secrets.ACCESS_REPO_INFO_TOKEN }} @@ -35,7 +36,7 @@ jobs: run: | pip install huggingface_hub python3 utils/collated_reports.py \ - --path /transformers/reports/ \ + --path . \ --machine-type ${{ inputs.machine_type }} \ --commit-hash ${{ env.CI_SHA }} \ --job ${{ inputs.job }} \