Skip to content

Commit

Permalink
don't update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauplin committed Nov 15, 2024
1 parent 817fdb9 commit 77bd2ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/api_inference_generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77bd2ce

Please sign in to comment.