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: