We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86dd994 commit a26287fCopy full SHA for a26287f
.github/workflows/ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
run: python -m pip install -U "jupyterlab>=4.0.0,<5"
29
30
- name: Install dependencies
31
- run: jlpm
+ run: jlpm install --frozen-lockfile
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
0 commit comments