From ee9c2a333490797a4f397d1d8017e32ed4b8f2c8 Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Mon, 15 Apr 2024 10:47:45 +0200 Subject: [PATCH] fix path --- .github/workflows/pr-code-format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-code-format.yml b/.github/workflows/pr-code-format.yml index e57042d4cd..33bbd4bfbb 100644 --- a/.github/workflows/pr-code-format.yml +++ b/.github/workflows/pr-code-format.yml @@ -49,10 +49,10 @@ jobs: with: python-version: '3.11' cache: 'pip' - cache-dependency-path: 'code-format-tools/llvm/utils/git/requirements_formatting.txt' + cache-dependency-path: './External/clang-format-helper/requirements_formatting.txt' - name: Install python dependencies - run: pip install -r code-format-tools/llvm/utils/git/requirements_formatting.txt + run: pip install -r ./External/clang-format-helper/requirements_formatting.txt - name: Run code formatter env: