Skip to content

Commit a26287f

Browse files
fix: add --frozen-lockfile flag to jlpm install in CI
Ensures dependencies are installed exactly as specified in yarn.lock without modifications during CI runs.
1 parent 86dd994 commit a26287f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: python -m pip install -U "jupyterlab>=4.0.0,<5"
2929

3030
- name: Install dependencies
31-
run: jlpm
31+
run: jlpm install --frozen-lockfile
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434

0 commit comments

Comments
 (0)