Skip to content

Commit 4d98acd

Browse files
fix: remove unnecessary dependencies install step from spell check
The spell check uses npx cspell which doesn't require project dependencies to be installed. The jlpm install step was causing authentication failures when trying to fetch @deepnote/blocks.
1 parent a26287f commit 4d98acd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,5 @@ jobs:
2727
- name: Install JupyterLab
2828
run: python -m pip install -U "jupyterlab>=4.0.0,<5"
2929

30-
- name: Install dependencies
31-
run: jlpm install --frozen-lockfile
32-
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34-
3530
- name: Run spell check
3631
run: npx [email protected] "**/*.{md,txt,json,js,ts,tsx,jsx,yml,yaml}"

0 commit comments

Comments
 (0)