From 77bd2ced2fcc47e2d41208da2998b73001e65075 Mon Sep 17 00:00:00 2001 From: Wauplin Date: Fri, 15 Nov 2024 12:14:57 +0100 Subject: [PATCH] don't update lock file --- .github/workflows/api_inference_generate_documentation.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/api_inference_generate_documentation.yml b/.github/workflows/api_inference_generate_documentation.yml index 4eafdbf44..b102de77e 100644 --- a/.github/workflows/api_inference_generate_documentation.yml +++ b/.github/workflows/api_inference_generate_documentation.yml @@ -22,7 +22,9 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - run_install: true + run_install: | + - recursive: true + args: [--frozen-lockfile] package_json_file: ./scripts/api-inference/package.json # Generate